.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  margin-bottom: 64px !important;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .related-products__heading {
    margin-bottom: 24px !important;
  }
}
