.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 6rem;
}

.related-products .swiper-pagination {
  position: static;
  margin-top: 30px;
}

@media (max-width: 749px) {
  .related-products__heading {
    margin: 0 0 2rem;
  }
}

@media (max-width: 601px) {
  .related-products__heading {
    margin: 0 auto 2rem;
    max-width: 280px;
  }
}
