.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .related-products__heading {
    margin: 0 0 1.6rem;
  }
  product-recommendations {
    margin: auto !important;
    width: 100% !important;    
  }
}

