.swiper {
  width: 100%;
  padding-bottom: 2rem;
  padding:2px;
}

@media screen and (min-width:768px){
  .swiper{
    padding:24px;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--light-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  height: auto;
}
@media screen and (min-width: 916px) {
  .swiper-slide {
    max-height: 450px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  top: 95%;
}
.swiper-slide img {
  width: 100px;
}

.mySwiperSingle img{
  width:unset;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px; /* Change this to your desired size */
}

.mySwiperSingle .swiper-slide{
  text-align:left;
  display:block;
  height:max-content !important;
  padding:32px;
}

.swiper-pagination-single{
  display:flex;
  justify-content:center;
  gap:0.5rem;
}