.related-products {
  display: block;
}

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


@media screen and (max-width: 749px) {
  .related-products .grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .related-products .grid__item {
    width: 60% !important;
    max-width: 60% !important;
  }
}