.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 8px;
}

.related-products__grid {
  margin-top: 0;
}

.related-products__view-more {
  max-width: 350px;
  margin: 80px 0;
}

@media screen and (max-width: 749px) {
  .related-products {
    margin-bottom: 59px;
  }
}