.related-products {
  display: block;
}

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

@media screen and (max-width: 989px) {
  .product-history .slider--tablet .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    scroll-snap-align: start;
  }

  .product-history .grid__item:first-child {
    margin-left: 1.5rem;;
  }

  .product-history .slider-tablet {
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
}