  .collection .products-grid{
    margin : 0;
  }
  .collection .products-grid.full-width .box.product{
    width : 32%;
  }

 @media screen and (max-width: 749px) {
  .collection .products-grid.full-width .box.product {
    width: 80%;
    margin-left: 10%;
  }
  .collection .products-grid>*{
    padding-left : 0;
  }
}   