@media only screen and (max-width: 768px) {
    .product__categories {
        height: 25px!important;
    }
}

@media (max-width: 770px) {
   .woocommerce-loop-product__title {
        height: 30px!important;
    }
}