/*
@mobileBreakpoint            : 320px;
@tabletBreakpoint            : 768px;
@computerBreakpoint          : 992px;
@largeMonitorBreakpoint      : 1280px;
@widescreenMonitorBreakpoint : 1920px;
*/

/* FONT STYLE */
@media only screen and (min-width: 992px){

    .about_header{

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

    }

    .about_header_bread{

        font-family: light;
        font-size: 30px;
        line-height: 110%;
        color: #FFFFFF;

    }

    .about_bread{

        font-family: light;
        font-size: 30px;
        line-height: 110%;
        color: #000000;

    }


    .about_fine{

        font-family: shellby;
        color: #2c90cc;
        font-size: 30px;
        line-height: 110%;

    }

    /* ABOUT -> PRESS */







}

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

    .about_header{

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

    }

    .about_header_bread{

        font-family: light;
        font-size: 20px;
        line-height: 110%;
        color: #FFFFFF;

    }

    .about_bread{

        font-family: light;
        font-size: 20px;
        line-height: 110%;
        color: #000000;

    }


    .about_fine{

        font-family: shellby;
        color: #2c90cc;
        font-size: 30px;
        line-height: 110%;

    }



}

