.related-products {
  display: block;
}

.related-products__heading {
  line-height: 120%;
  font-weight: 700;
  font-size: 40px;
  font-family: Goldplay Alt;
  text-align: center;
}

.related-products .grid {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 25px;
}