/* Related products section title */
.related-products .text-content-heading {
  font-weight: 600;
  font-style: italic;
  font-size: 2.25rem; 
  line-height: 120%;
}

@media screen and (max-width: 749px) {
  .related-products .text-content-heading {
    font-size: 2rem; 
  }
}
