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

    .home.header.items.title{

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

    }

    .home_header_size{

        margin-top: 70px;
        margin-bottom: 100px;

    }

    .home.header.items.text{

        font-family: UniverseLT;
        color: #000000;
        font-size: 15px;

    }

    .home.white{

        font-family: XL-black !important;
        color: #FFFFFF;

    }

    .home.bold{

        font-family: UniversBold;
        font-size: 30px;

    }

    .home.light{

        font-family: light;
        font-size: 30px;

    }

    .home.blue{

        font-family: UniverseLT !important;
        font-size: 15px !important;

    }

    .home.blue.italic{

        font-family: light !important;
        font-size: 15px !important;
        font-style: italic;

    }

    .home.review.text{

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

    .home.review.signature{

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

    }

    #one{

        background: linear-gradient(to bottom, rgba(125,125,125,0.2) 0%,rgba(125,125,125,0) 250px,rgba(125,125,125,0) 100%);

    }

}

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

    .home_header_size{

        margin-top: 50px;
        margin-bottom: 80px;

    }

    #one{

        background: inherit;

    }

    .home.header.items.title{

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

    }

    .home.header.items.text{

        font-family: UniverseLT;
        color: #000000;
        font-size: 15px;

    }

    .home.bold{

        font-family: UniversBold;
        font-size: 20px;

    }

    .home.light{

        font-family: light;
        font-size: 20px;

    }

    .home.blue{

        font-family: UniverseLT !important;
        font-size: 15px !important;

    }

    .home.blue.italic{

        font-family: light !important;
        font-size: 15px !important;
        font-style: italic;

    }

    .home.review.text{

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

    .home.review.signature{

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

    }

}