.faq-mod h2 {
    text-align: center;
    margin-bottom: 24px;
    text-wrap: balance;
}

@media screen and (min-width: 992px) {
    .faq-mod h2 {
        margin-bottom: 48px;
    }
}

.faq-mod .faq-item:not(:last-child) {
    margin-bottom: 12px;
}

.faq-mod .faq-item-header {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .faq-mod .faq-item-header {
        line-height: 26px;
        font-size: 1.125rem;
    }
}

/*# sourceMappingURL=style.css.map */