@media screen and (max-width: 749px) {
  .section__related-products .theme-swiper .swiper-navigation .swiper-button {
    top: 32%;
  }

  .section__related-products .section__header {
    margin-bottom: 2rem;
  }

  .section__related-products .section__header-heading {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .section__related-products .section__header {
    margin-bottom: 4.8rem;
  }
}