.faq-section {
    .faq-title {
        margin-bottom: 32px;
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}
.faq-repeater-dropdown.js-dropdown-container {
    .dropdown-column {
        row-gap: 24px;
        width: 100% !important;
        max-width: 100% !important;
    }
    .dropdown-item {
        width: 100%;
        max-width: 100%;
    }
    .dropdown-title {
        padding: 0 0 15px 0;
        border-radius: 0;
        border-bottom: 1px solid #3F3F3F;
        color: #3F3F3F;
        font-family: 'Proxima Nova', 'Commissioner', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}
@media (max-width: 1023px) {
    .faq-section {
        .faq-title {
            font-size: 20px;
        }
    }
    .faq-repeater-dropdown.js-dropdown-container {
        .dropdown-column {
            row-gap: 16px;
        }
        .dropdown-title {
            font-size: 16px;
        }
    }
}
