/**
 * FAQ Section
 * Container styling for FAQ section on homepage
 *
 * @package Bonusovekody
 * @since 2.0.0
 */

/* ============================================
 * SECTION WRAPPER
 * ============================================ */

#faq-section .container {
    background: transparent;
    padding: var(--space-4) 0 0 0;
}

.faq-section__title {
    text-align: center;
    margin-bottom: 0;
}

/* ============================================
 * RESPONSIVE
 * ============================================ */

@media (max-width: 767px) {
    .faq-section__title {
        margin-bottom: var(--space-6);
    }
}