.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}
@media (max-width: 989px) {
  .related-products .product-grid {
      max-width: 500px;
      margin: 0 auto;
  }
}
