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

    .story.header{

        font-family: XL-black;
        color: #2c90cc;
        font-size: 40px;

    }

    .story.bread {

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

    }

    .story.fine{

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

    }

}

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

    .story.header{

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

    }

    .story.bread {

        font-family: UniverseLT;
        font-size: 20px;
        line-height: 140%;
        color: #000000;

    }

    .story.fine{

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

    }


}