.product-recommendations {
  display: block;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-recommendations .product-grid:not(.slider) .grid__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
      max-width: 25%;
  }
}