.related-products {
  display: block;
}
h2.related-products__heading {
    font-family: Rosehot Free Version;
    font-size: 42px;
    line-height: 42px;
}
.related-products__heading {
  margin: 0 0 3rem;
}
@media(max-width:767px){
  h2.related-products__heading {
    font-size: 32px;
    line-height: 32px;
}
}