.swiper {
  width: 100%;
  height:60vh;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
background-color: white;
}

.swiper-slide img {
  width: 75%;
  height: 100%;
  /* object-fit: cover; */
  
}

