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

    .steps.textheader{

        font-family: XL-black;
        color: #000000;
        font-size: 25px;
        line-height: 110%;

    }

    .steps.text{

        font-family: light;
        color: #000000;
        font-size: 20px;
        line-height: 110%;

    }

    .steps.item.header{

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

    }

    .steps.item.text{

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

    }

}

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

    .steps.textheader{

        font-family: XL-black;
        color: #000000;
        font-size: 25px;
        line-height: 110%;

    }

    .steps.text{

        font-family: light;
        color: #000000;
        font-size: 20px;
        line-height: 110%;

    }

    .steps.item.header{

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

    }

    .steps.item.text{

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

    }

}