@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: -36px;
  }

  .swiper-button-next {
    right: -36px;
  }
}

.stars {
  color: var(--star-color);
}