.related-products {
  display: block;
}

.related-products__heading {
  text-align: center;
  margin-top: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 750px){
  .related-products__heading{
    font-size:24px;
    margin-bottom: 0px;
  }
}
