.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .related-products__heading {
    margin: 0 0 20px;
    font-size: 32px;
  }

}