@media only screen and (max-width: 767px) {
    .product-list .product-block, 
    .category-grid .product-block {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}