.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  color: #004ea8;
  font-weight: 600;
}

@media screen and (max-width: 749px){
  .related-products__heading{  
    text-align: center;
  }
}
