.product-recommendations-section .section-header {
  margin-bottom: 30px;
}

@media only screen and (min-width:769px){
  .product-recommendations-section .grid{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width:768px){
  .grid-overflow-wrapper .grid__item {
    width: 75vw;
    flex: 0 0 75vw;
  }
}