section.tabs.new-tabs {
    padding: 112px 0 199px;
}
.new-tabs .tabs .tabs-heading {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    margin-top: 67px;
    overflow: hidden;
    overflow-x: auto;

}
.new-tabs .tabs .tabs-heading a{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 26px;
    position: relative;
    color: #0C1750 !important;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-family: "lemonde-courrier", serif;
    border-bottom: solid 1px #707070;
}
.new-tabs .tabs .tabs-heading a.active,
.new-tabs .tabs .tabs-heading a:hover{
    color: #DB3878 !important;
    border-bottom: solid 3px #482567;
}
section.new-tabs .tabcontent {
    padding: 100px 0 0;
}
.new-animated-tabs{max-width: 526px;}
.new-animated-tabs .animated-tabs-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
        font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #0C1750;
}
.new-animated-tabs h3.heading-progress {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 16px;
}
.new-animated-tabs a.btn {
    margin: 30px 0 0;
}
section.tabs.new-tabs .animated-tabs-main-new-image > div {
    position: relative;
    padding: 30px 0 0 30px;
}
section.tabs.new-tabs .animated-tabs-main-new-image > div:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - 23px);
    height: calc(100% - 35px);
    background-color: #00dbde;
    background: transparent linear-gradient(180deg, #0c1750 0%, #e50084 100%) 0 0 no-repeat padding-box;
}
section.tabs.new-tabs .animated-tabs-main-new-image > div .animated-tab-paragraph-content img {
    width: 100%;
}
.new-animated-tabs .animated-tabs-content a,
.new-animated-tabs .animated-tabs-content p a{
    color: #DB3878;
}

@media (max-width: 1199px) {
    .new-tabs .tabs .tabs-heading a {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
    }
    section.new-tabs .tabcontent {
        padding: 50px 0 0;
    }
    section.tabs.new-tabs {
        padding: 60px 0;
    }
}
@media (max-width:992px){
    .tabs.new-tabs .new-animated-tabs {
        margin: 30px 0 0;
    }
}