.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  
  .related-products__heading {
    font-size: 24px;
    line-height: 32px;
  }
}