.l-plp-row.left-image-four-product-plp-row {
    display: flex;
    flex-wrap: wrap;
}
.b-product-item.js-product-item.left-image-four-products-item {
    max-width: 50%;
    flex: 0 0 50%;
}
@media screen and (max-width: 1023px) and (min-width: 768px){
.b-columns-row.left-image-four-product-row {
    flex-direction: column;
}
}
@media screen and (max-width: 767px){
.b-columns-row.left-image-four-product-row {
    flex-direction: column;
}
}