.related-products {
  display: block;

  .grid {
    justify-content: space-evenly;
  }
}

.related-products__heading {
  margin: 0 0 60px;
  text-align: center;
  text-transform: capitalize;
}

@media only screen and (max-width: 749px) {
  .related-products__heading {
    margin: 0 15vw 20px;
  }
}