.swiper {
    width: 100%;
}

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

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 8rem;
}

.mySwiper2 .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
    height: 18rem;
}

.mySwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}