.faq-section-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 64px;
}


.faq-section-header-wrapper {

    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: start;
    align-items: start;

}


.faq-section-accordion-card-description-text {

    font-family: 'Didact Gothic';
    text-align: start;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: black;
    line-height: 1.4em;

}


.faq-section-faq-accordion-main-card-wrapper {
    width: 50%;
}

.agency-section-faq-accordion-main-card-wrapper {

    margin-bottom: 16px;
}


.agency-section-faq-accordion-card-header-text {

    background-color: white;
    font-family: 'Playfair Display';
    font-size: 1.0em;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    justify-content: start;
    text-align: start;
    letter-spacing: 0.05em;

}


.agency-section-faq-accordion-card-content-text {

    background-color: white;
    font-family: 'Didact Gothic';
    text-align: start;
    font-size: 0.9em;
    font-weight: 400;
    color: black;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 657px) {

    .faq-section-accordion-card-description-text {

        font-family: 'Didact Gothic';
        text-align: start;
        font-size: 1.0em;
        font-weight: 400;
        color: black;
        line-height: 1.4em;
        letter-spacing: 0.1em;

    }

    .faq-section-header-wrapper {

        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: start;
        align-items: start;

    }

    .faq-section-main-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        gap: 64px;
    }


    .faq-section-faq-accordion-main-card-wrapper {
        width: 100%;
    }



    .agency-section-faq-accordion-card-header-text {

        background-color: white;
        font-family: 'Playfair Display';
        font-size: 0.8em;
        font-weight: 500;
        color: black;
        text-decoration: none !important;
        justify-content: start;
        text-align: start;
        letter-spacing: 0.05em;

    }


    .agency-section-faq-accordion-card-content-text {

        background-color: white;
        font-family: 'Didact Gothic';
        text-align: start;
        font-size: 0.7em;
        font-weight: 400;
        color: black;
        line-height: 1.7em;
        letter-spacing: 0.05em;
    }

}