@media only screen and (min-width : 992px) {
    .product-itm-txt {
        padding: 3rem;
        .product-itm-title {
            font-size: 3rem;
        }
    }

}

@media only screen and (min-width : 1200px) {
    .product-itm-txt {
        padding: 3.6rem;
        .product-itm-title {
            font-size: 3.6rem;
        }
    }

}