.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 2.4rem;
}

@media (max-width:  749px) {
  .product-recommendations-slider {
    width: calc(100% + 20px);
  }  
}