* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scroll-behavior: smooth;
}

section#faq {
    scroll-margin-top: 150px;
}

section#faq {
    background: #EEEEEE;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

#faq {
    /* background: radial-gradient(circle at right bottom, rgb(198 239 246 / 100%) 6%, rgba(236, 241, 244, -10%) 36%) !important; */

}

.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.title_faq {
    text-align: center;
}

@media screen and (min-width: 768px) {

    .test-title h3,
    .how_section h2,
    .why_title h4,
    .title_faq h4,
    .why_title h3,
    .title_faq h3 {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    .title_faq h3 {
        text-align: center !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

    .title_text h3,
    .title_text h2,
    .title_text h5,
    .title_text h4,
    .title_text h5 {
        font-size: 40px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

    .title_text h3,
    .title_text h2,
    .title_text h4,
    .title_text h5,
    .title_text h6 {
        font-size: 40px !important;
        width: 75% !important;
        margin: auto;
    }
}

.title_faq h3,
.title_faq h4 {
    width: 100% !important;
    margin: auto;
}

.title_text h3,
.title_text h2,
.title_text h4,
.title_text h5,
.title_text h6 {
    font-size: 45px;
    line-height: 1.2;
    color: #191A15;
    margin: 0;
    width: 90%;
    margin-bottom: 1.5rem;
    text-align: left;
}

.title_faq p {
    color: #646A69;
    font-size: 18px;
}

.faq_question {
    padding-top: 3rem;
    max-width: 800px;
    margin: auto;
}

.flex_faq {
    display: flex;
    gap: 30px;
}

.left_faq,
.right_faq {
    width: 100%;
}

.faq-item {
    box-shadow: 0px 24px 24px -12px rgba(54, 74, 54, 0.06), 0px 1px 2px rgba(87, 92, 86, 0.16), 0px 0px 0px 1px rgba(18, 105, 63, 0.08);
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px;
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
}

.faq-question {
    font-weight: 500 !important;
    font-size: 18px;
    color: black;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer {
    line-height: 1.4;
}

.faq-question p {
    margin: 0;
    padding-right: 10px;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .faq-question p {
        width: 90% !important;
    }
}

.faq-question span {
    position: absolute;
    right: 1.5rem;
    font-size: 20px;
    top: 0.9rem;
}

.active .faq-answer {
    max-height: 500px;
    padding: 15px 0px 10px;
}

.title_faq h3,
.title_faq h4 {
    width: 100%;
}