.faqs-section {
    padding-top: 6.667vw;
    padding-bottom: 9.778vw;
}
.faqs-section .section-title {
    margin-bottom: 6.222vw;
}
.faqs-section .section-title h2 {
    font-size: 4vw;
    line-height: 135.556%;
}
.faqs-section .section-title p {
    color: #33D8E5;
    text-transform: uppercase;
    margin-top: 2.533vw;
}
.faqs-wrapper .faq-item .title-block h2 {
    font-size: 1.867vw;
    line-height: 175%;
    width: calc(100% - 2.044vw);
    padding-left: 1.556vw;
    font-family: "Acumin Pro";
    font-weight: 600;
}
.faqs-wrapper .faq-item .title-block .icon {
    width: 2.044vw;
    height: 2.044vw;
    display: flex;
    background-color: #33D8E5;
    position: relative;
    border-radius: 50%;
    margin-top: 0.267vw;
}
.faqs-wrapper .faq-item .title-block .icon:before,.faqs-wrapper .faq-item .title-block .icon:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faqs-wrapper .faq-item .title-block .icon:before {
    width: 0.933vw;
    height: 0.133vw;
}
.faqs-wrapper .faq-item .title-block .icon:after {
    width: 0.133vw;
    height: 0.933vw;
}
.faqs-wrapper .faq-item .title-block {
    display: flex;
    cursor: pointer;
}
.faqs-wrapper .faq-item:not(:last-child) {
    margin-bottom: 2.489vw;
}
.faqs-wrapper .faq-item .answer-block {
    height: 0;
    transition: all 0.2s ease;
    overflow: hidden;
}
.faqs-wrapper .faq-item .answer-block .content-block {
    padding-top: 15px;
}
.faqs-wrapper .faq-item.active .title-block .icon:after {
    opacity: 0;
}
@media only screen and (min-width: 1200px) {
    .faqs-section .container {
        max-width: 79.556vw;
    }
}
@media only screen and (max-width: 1199px) {
    .faqs-section .container {
        padding-left: 28px;
        padding-right: 20px;
    }
    .faqs-wrapper .faq-item .title-block h2 {
        font-size: 19px;
        line-height: 23.75px;
        width: calc(100% - 25px);
        padding-left: 15px;
    }
    .faqs-wrapper .faq-item .title-block .icon {
        width: 25px;
        height: 25px;
    }
    .faqs-wrapper .faq-item .title-block .icon:before {
        width: 12px;
        height: 2px;
    }
    .faqs-wrapper .faq-item .title-block .icon:after {
        width: 2px;
        height: 12px;
    }
    .faqs-wrapper .faq-item:not(:last-child) {
        margin-bottom: 25px;
    }
    .faqs-section {
        padding-top: 75px;
        padding-bottom: 90px;
    }
    .faqs-section .section-title h2 {
        font-size: 40px;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    .faqs-section .section-title p {
        font-size: 18px;
        line-height: 150%;
        margin-top: 25px;
    }
    .faqs-section .section-title {
        margin-bottom: 70px;
    }
    .faqs-wrapper .faq-item .title-block .icon {
        margin-top: 0;
    }
    .faqs-wrapper .faq-item .answer-block .content-block p {
        font-size: 16px;
        line-height: 26px;
    }
}

