.about_s1 {
    /*background: url(../img/about_desktop.png);*/
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about_s1_content {
    max-width: 453px;
    margin-top: 163px;
    margin-bottom: 163px;
}
.about_s1_content_title {
    color: var(--core-navy-h, #002A5D);
    font-family: 'Roboto';
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 67px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.about_s1_content_subtitle {
    color: var(--core-blue-p, #265186);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
}
.btn_global {
    padding: 12px 32px;
    background: var(--core-action-yellow, #FFD600);
    color: var(--core-navy-h, #002A5D);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
}

.btn_global:hover {
    background: var(--core-navy-h, #002A5D);
    color: var(--core-action-yellow, #FFD600);
    border: 0px;
}
.scroller_d {
    color: var(--core-navy-h, #002A5D);
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    margin-bottom: 8px;
}
.abs_ttt {
    position: relative;
    left: 50%;
    bottom: 8px;
    width: 85px;
    transform: translateX(-42px);
}
.liner {
    position: relative;
    left: 50%;
    bottom: 0px;
    width: 1px;
    height: 32px;
    background: #D0D0D0;
    transform: translateX(-0.5px);
}
.about_s2 {
    background: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about_s2_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about_s2_title {
    color: var(--core-navy-h, #002A5D);
    font-family: 'Roboto';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0px;
    max-width: 228px;
}
.about_s2_subtitle {
    color: var(--core-blue-p, #265186);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    max-width: 764px;
}
.about_s3 {
    background: url(../img/aboutsecond.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    min-height: 715px;
}
.about_s4 {
    padding: 0px;
    background: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about_s4_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about_s4_content_div_2 {
    max-width: 537px;
}
.docati {
    display: flex;
    gap: 40px 50px;
    flex-wrap: wrap;
    max-width: 514px;
}
.about_s4_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.about_card_title {
    color: var(--core-blue-p, #265186);
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.abt_card_img {
    filter: drop-shadow(0px 36px 41px rgba(111, 75, 228, 0.17));
}
.about_s4_content_div_2_title {
    color: var(--core-blue-p, #265186);
    font-family: 'Roboto';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.about_s4_content_div_2_subtitle {
    color: var(--core-blue-p, #265186);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    margin-bottom: 0px;
}
.about_s5 {
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    .about_s1 {
        /*background: url(../img/mobile-about.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 78px;
    }
    .about_s1_content {
        max-width: 324px;
        margin-top: 250px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_s1_content_title {
        color: var(--core-navy-h, #002A5D);
        font-family: 'Roboto';
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 43.2px */
        text-transform: capitalize;
        margin-bottom: 16px;
    } 
    .about_s1_content_subtitle {
        color: var(--core-blue-p, #265186);
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 27.2px */
        margin-bottom: 24px;
    } 
    .btn_global {
        width: 100%;
    }
    .moka_bota {
        margin-bottom: 16px;
    }
    .about_s2 {
        border: 1px solid var(--neutral-500, #D0D0D0);
        padding-top: 48px;
        padding-bottom: 48px;
        margin-top: -1px;
    }
    .about_s1 .liner {
      display:none;  
    }
    .about_s2_content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .about_s2_title {
        color: var(--core-navy-h, #002A5D);
        text-align: center;
        font-family: 'Roboto';
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 36px */
        text-transform: capitalize;
        max-width: inherit;
    }
    .about_s2_subtitle {
        color: var(--core-blue-p, #265186);
        text-align: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 27.2px */
    }
    .about_s2_content {
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_s3 {
        background: url(../img/mobile-second.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 438px;
    }
    .about_s4 {
        padding: 0px;
        background: #FFFFFF;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .about_s4_content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_s4_content_div_2_title {
        color: var(--core-blue-p, #265186);
        font-family: 'Roboto';
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 36px */
        text-transform: capitalize;
    }
    .about_s4_content_div_2_subtitle {
        color: var(--core-blue-p, #265186);
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 27.2px */
    }
    .about_card_title {
        color: var(--core-blue-p, #265186);
        text-align: center;
        font-family: 'Roboto';
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
        text-transform: capitalize;
    }
    .about_s4_card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: 131px;
        margin-left: auto;
        margin-right: auto;
    }
    .docati {
        display: flex;
        gap: 26px;
        flex-wrap: wrap;
        max-width: 327px;
        margin-top: 24px;
    }
    .abt_card_img {
        max-width: 65px;
    }
    .abs_ttt {
        display: none;
    }
    .abt_card_img {
        filter: drop-shadow(0px 36px 41px rgba(111, 75, 228, 0.5));
    }
}