.related-products {
  display: block;
}
.related-products__heading {
  margin: 0 0 3rem;
  font-family: Gotham;
  font-size: clamp(20px,6vw,40px);
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
