.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 20px;
  color: #000;
  font-family:"forma-djr-text";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  .related-products__heading {
    margin: 0 0 40px;
    font-size: 24px;
  }
}