 .swiper {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
}

.swiper-slide img {
  display: block;
  width: 800px;
  height: 100%;
  object-fit: cover;
}