<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.related-products {
  display: block;
}

.related-products__heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 54.6px;
}

.related-products {
  padding-top: 0;
  padding-bottom: 120px;
}

@media (max-width: 990px) {
  .related-products {
      padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .related-products__heading {
    font-size: 22px;
    line-height: 33.8px;
  }
}</pre></body></html>