body {
  background-color: #f8f9fa;
}
.swiper {
  width: 100%;
  height: 200px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
