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