.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 auto 3.6rem;
  max-width: 88rem;
  color: #08080d;
  font-family: var(--display);
  font-size: clamp(3rem, 3.4vw, 4.6rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-align: center;
}
