@media only screen and (min-width: 992px) {

    .about.header {

        font-family: XL-black;
        color: #2c90cc;
        font-size: 50px;
        line-height: 120%;

    }

    .about.bread {

        font-family: UniverseLT;
        font-size: 25px;
        line-height: 140%;
        color: #FFFFFF;

    }

}

@media only screen and (max-width: 992px){

    .about.header {

        font-family: XL-black;
        color: #2c90cc;
        font-size: 30px;
        line-height: 120%;

    }

    .about.bread {

        font-family: UniverseLT;
        font-size: 15px;
        line-height: 120%;
        color: #FFFFFF;

    }

}