.swiper {
  --fs: 22px;
  --bs: 44px;
}
@media screen and (min-width: 992px) {
  .swiper {
    --fs: 24px;
    --bs: 48px;
  }
}

.swiper-control-prev, .swiper-control-next {
  background-color: white;
  color: var(--Accent-800);
  width: 44px;
  height: 44px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .swiper-control-prev, .swiper-control-next {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}