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



    .reseller.header {

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

    }

    .reseller.bread {

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

    }

    .reseller.form.header {

        font-family: XL-black;
        color: #000000;
        font-size: 20px;

    }

    .reseller.titles {

        font-family: light !important;
        font-size: 15px !important;
        color: #000000;

    }

    .reseller.submit{

        font-family: UniversBold;
        color: #FFFFFF;
        font-size: 15px;
        letter-spacing: 1px;

    }

}

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



    .reseller.header {

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

    }

    .reseller.bread {

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

    }

    .reseller.form.header {

        font-family: XL-black;
        color: #000000;
        font-size: 20px;

    }

    .reseller.titles {

        font-family: light !important;
        font-size: 15px !important;
        color: #000000;

    }

    .reseller.submit{

        font-family: XL-black;
        color: #FFFFFF;
        font-size: 20px;
        letter-spacing: 1px;

    }

}