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

    .last.header {

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

    }

    .last.bread {

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

    }

    .last.benefits.header {

        font-family: UniversBold;
        font-size: 30px;
        color: #FFFFFF;

    }

    .last.benefits.title {

        font-family: UniversBold !important;
        font-size: 20px !important;
        color: #2c90cc;

    }

    .last.benefits.text {

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

    }

    .last.review.header {

        font-family: UniversBold !important;
        font-size: 25px !important;
        color: #000000;

    }

    .last.review.text {

        font-family: light;
        font-size: 15px;
        color: #8d8d8d;

    }

    .last.review.signature{

        font-family: light-kursiv;
        font-size: 15px;
        color: #8d8d8d;

    }

}

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

    .last.header {

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

    }

    .last.bread {

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

    }

    .last.benefits.header {

        font-family: UniversBold;
        font-size: 30px;
        color: #FFFFFF;

    }

    .last.benefits.title {

        font-family: UniversBold !important;
        font-size: 20px !important;
        color: #2c90cc;

    }

    .last.benefits.text {

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

    }

    .last.review.header {

        font-family: UniversBold !important;
        font-size: 20px !important;
        color: #000000;

    }

    .last.review.text {

        font-family: UniversBold !important;
        font-size: 15px !important;
        color: #8d8d8d;

    }

}