#about__section {
    padding-top: 41px;
    padding-bottom: 0px;
}
#about__section #breadcrumbs {
    margin-bottom: 80px;
}
#about__section .about__img {
    width: 100%;
    max-width: 450px;
    height: 490px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    transform: scale(1.2);
    z-index: 10;
}
/* Quote section */
#quote__section {
    padding: 140px 0px;
    position: relative;
}
#quote__section::before {
    position: absolute;
    content: "";
    max-width: 870px;
    width: 100%;
    height: 273px;
    top: 0px;
    left: 0px;
    background-image: url(../../img/about/caption.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#quote__section::after {
    position: absolute;
    content: "";
    max-width: 825px;
    width: 100%;
    height: 180px;
    bottom: 0px;
    right: 0px;
    background-image: url(../../img/about/caption_2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#quote__section .caption__block {
    width: 100%;
    position: relative;
}
#quote__section .caption__block::before {
    position: absolute;
    content: "";
    right: -50px;
    top: 50px;
    width: 160px;
    height: 70px;
    background: url(../../img/about/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
#quote__section .quote__block {
    border-radius: 10px;
    padding: 16px;
}
#quote__section .quote__block-img {
    width: 24px;
    height: 24px;
    margin-top: -4px;
}
#quote__section .quote__block-img img {
    width: 19.5px;
    height: 14.25px;
}
#quote__section .quote__block-content {
    width: 95%;
}
#quote__section .quote__block-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15px;
}
/* Faq section */
#faq__section {
    padding-top: 110px;
    padding-bottom: 130px;
}
#faq__section .faq__block .faq__block-title p {
    margin-right: 25px;
}
#faq__section .faq__block-title {
    padding: 20px;
    border-bottom: 1px solid #F0F6FF;
    position: relative;
    cursor: pointer;
}
#faq__section .faq__block-title::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 30px;
    width: 15px;
    height: 7.5px;
    background-image: url(../../img/icons/switch.svg);
    background-size: 15px 7.5px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg); 
    transition: 0.5s;
}
#faq__section .faq__block-title.active-link::before {
    transform: rotate(180deg); 
    transition: 0.5s;
}
#faq__section .faq__block-content {
    display: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
#faq__section .faq__block-content .body-1 {
    white-space: pre-line;
}
/* Features section */
#features__section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
#features__section .container {
    position: relative;
}
#features__section .feature__block {
    max-width: 20%;
    width: calc(20% - 30px);
    border-radius: 10px;
    padding: 15px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
@media screen and ( min-width: 2160px ) {
    .container {
        max-width: 1680px;
    }
    /* FAQ Section */
    #faq__section .faq__section-title-col {
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 66.6%;
    }
    #faq__section .faq__section-content-col {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 66.6%;
    }
    #quote__section .caption__block::before {
        right: -40px;
        top: 32px;
    }
}
@media screen and ( max-width: 1440px ) {
    #about__section #breadcrumbs {
        margin-bottom: 40px;
    }
}


@media screen and ( max-width: 960px ) {
    html {
        overflow-x: hidden;
    }
    .container {
        max-width: 900px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #about__section .about__img {
        transform: scale(1);
        margin-top: -35px;
        margin-bottom: 40px;
    }
    /* Faq section */
    #faq__section .faq__section-row {
        justify-content: center!important;
        flex-direction: column;
        align-items: center;
    }
    #faq__section .faq__section-title-col {
        margin-bottom: 30px;
    }
    #features__section .feature__block {
        max-width: 20%;
        width: calc(20% - 24px);
        margin-left: 12px;
        margin-right: 12px;
        height: 145px;
        justify-content: flex-start;
        /* padding: 15px 17px; */
    }
    #features__section .feature__block .subtitle-2 {
        font-size: 14px;
    }
    /* Quote section */
    #quote__section .caption__block::before {
        right: -40px;
        top: 70px;
        width: 105px;
        height: 45px;
    }
    .features__section-title {
        margin-bottom: 24px!important;
    }
}

@media screen and ( max-width: 959px ) {
    #features__section .feature__block {
        max-width: 33.33%;
        width: calc(33.33% - 24px);
    }
}

@media screen and ( max-width: 768px ) {
    #about__section {
        padding-top: 26px;
    }
    #about__section .heading-3 {
        margin-top: 24px;
        font-size: 48px;
        font-weight: 500;
    }
    #about__section .body-1 {
        padding-bottom: 60px;
    }
    #about__section .about__img {
        transform: scale(1);
        height: 390px;
    }
    /* FAQ section */
    #faq__section {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #faq__section .subtitle-1 {
        margin-bottom: 10px!important; 
    }
    /* Features section */
    #features__section .feature__block {
        max-width: 92%;
    }
    #features__section .feature__block .subtitle-2 {
        max-width: 198px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and ( max-width: 575px ) {
    #features__section .feature__block {
        max-width: 50%;
        width: calc(50% - 24px);
    }
}
@media screen and ( max-width: 425px ) {
    /* About section */
    #about__section #breadcrumbs {
        margin-bottom: 20px;
    }
    /* Quote section */
    #quote__section {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    #quote__section::before,
    #quote__section::after,
    #quote__section .caption__block::before {
        display: none;
    }
    /* Features section */
    #features__section .feature__block {
        max-width: 92%;
        width: 100%;
        height: 125px;
    }
    #features__section .feature__block .subtitle-2 {
        font-size: 14px;
    }
}