.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  text-align: center;text-transform: capitalize;
  color: #5A4A42;
  font-size: 2.8rem;
  font-family: var(--font-family-400);
  line-height: 32.96px;
  font-weight: 400;
}

@media (max-width: 750px) {
  .related-products__heading {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 25.89px;
  }
}