
.swiper {
  width: 80%;
  padding-bottom: 40px;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
  background: #000 !important; 
}
