.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Logam';
}

@media screen and (max-width: 989px) {
  .related-products__heading {
    font-size: 26px;
  }
}