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

    .affiliates.header {

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

    }

    .affiliates.fine{

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

    }

}

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

    .affiliates.header {

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

    }

    .affiliates.fine{

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

    }

}