@media only screen and (max-width: 992px) {
    #about-us-page{
        font-size: 35px;
    }

    #about-us-page h1{
        font-size: 50px;
    }

    #about-us-page p{
        font-size: 35px;
    }

    #about-us-page h4{
        font-size: 35px;
    }

    #about-us-page h5{
        font-size: 35px;
    }

    #about-us-page h6{
        font-size: 35px;
    }

    #div-cta-about-us-page a.btn-secondary-custom{
        width: 100%;
        font-size: 35px;
    }

    #div-about-us-page a.btn-secondary-custom{
        width: 100%;
        font-size: 35px;
    }

    #adminDropdownMenu{
        font-size: 2rem;
    }
}