.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}
.rocket-related-products .rocket-swiper-action {
  margin-top: 24px;
  gap: 10px;
  margin-right: 12px;
  margin-left: 0;
}
.rocket-related-products .rocket-swiper-action .rocket-swiper-button {
  height: fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .rocket-related-products .rocket-swiper-action {
    margin-right: 32px;
    gap: 32px;
  }
}