.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  text-align: center;
  color: var(--color-blank);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--heading-font-family);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 108.333% */
  text-transform: uppercase;
}
