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

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