.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;  
  font-size: 38px;
  font-weight: 700;
  line-height: 30.9px;
  text-align: left;
}
@media (max-width: 749px) {
  .related-products__heading {    
    font-size: 24px;
    font-weight: 700;
    line-height: 24.72px;
  }
}
