.related-products {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.related-products__heading {
  margin: 0 0 1rem;
  text-align: center;
  width: 100%;

  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-style: italic;
  font-size: calc(var(--font-heading-scale) * 4rem);
}