.related-products {
  display: block;
}

.related-products__heading {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .related-products__heading {
    margin-bottom: 3rem;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .related-products__heading {
    font-size: 1.2rem;
  }
}