.product-related-header {
  display: flex;
  justify-content: space-between
}

.related-products__heading {
  color: #d6093b;
  font-family: var(--font-heading-custom);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.product-related-heading {
  font-family: var(--font-text-custom);
}

.related-products {
  display: block;
}

.related-products__heading {
  margin: 0;
}
