@media (min-width: 992px) {
    .pergunta-frequente {
        width: 85%;
        min-height: 60px;
    }

    .titulo-pergunta-frequente img {
        height: 25px;
    }

    .titulo-pergunta-frequente h3 {
        font-size: 1.75rem;
    }

    .paragrafo-pergunta {
        font-size: 1.25rem;
    }

    .divider-faq {
        width: 80%;
        height: .35rem;
    }
}