@media (min-width: 1300px) {
    .titulo-home-page h2 {
        font-size: 3rem;
    }

    .titulo-home-page h3 {
        font-size: 2.5rem;
    }

    #descricao-website {
        font-size: 1.25rem;

        width: 30%;
    }

    #explicacao-conteudo-website {
        font-size: 1.4rem;

        width: 60%;
    }

    #guias-de-acesso-title {
        font-size: 3rem;
    }

    #lista-guias-de-acesso a li {
        min-width: 420px;

        font-size: 2rem;
    }
}