/* BLOCK: FAQs */

.block-faqs .text-content {
    text-align: center;
}

.block-faqs .text-content:not(:last-child) {
    margin-bottom: 3.4375rem;
}

.block-faqs .text-content :where(h6, .h6) {
    justify-content: center;
}

.block-faqs .cta-buttons {
    justify-content: center;
}

.block-faqs .cta-buttons:not(:first-child) {
    margin-top: 3.75rem;
}

@media screen and (width <= 620px) {
    .block-faqs .text-content:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .block-faqs .cta-buttons:not(:first-child) {
        margin-top: 2.5rem;
    }
}