.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  font-weight: 400;
  font-size: 30px;
  line-height: 40.96px;
  color: #26296a;
}

@media screen and (max-width: 989px) {
    .related-products__heading {
      font-size: 25px;
      line-height: 35.84px;
    }
}