.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  font-family: 'Work Sans';
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .related-products__heading {
    margin-bottom: 2.4rem;
    line-height: normal;
  }
}
