@media (min-width: 550px) and (max-width: 768px){
  .product-list .col-sm-6.product-item-col{
    width: 50% ;
    float: left;
  }
        
}