.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  font-weight: 600;
}



@media screen and (max-width: 767px) {
  .related-products__heading {
    font-size: 14px !important;
  }
}
