.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}
.template-product .related-products__heading {
  font-size: 32px;
  line-height: 38.73px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1d1d1b;
}

@media screen and (max-width: 989px) {
  .template-product .related-products__heading {
    font-size: 20px;
    line-height: 24.2px;
  }
}
