

.faq-section .title h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #1A237E;
}

.faq-section .schema-faq-section {
    border: 1px solid #1A237E;
}

.faq-section .schema-faq-section .schema-faq-answer {
    font-size: 18px;
    font-weight: 400;
}

.schema-faq-section strong {
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    .faq-section .title h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .faq-section .schema-faq-section .schema-faq-answer {
        font-size: 14px;
    }
}