.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .related-products {
    padding-top: 20px !important;
  }
}