 .swiper-wrapper {
   width: 100%;
   height: 300px;
 }

 .swiper-slide {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .swiper-slide img {
   object-fit: cover;
   width: 100%;
   height: auto;
 }