.related-products {
  display: block;
}

.related-products__heading {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 6rem;
}

@media (max-width: 749px) {
  .related-products__heading {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
