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

    .items.header{

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

    }


}

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

    .items.header{

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

    }


}