/* PC swiper 1 */
.mySwiper1 {
    width: 100%;
    height: 100%;
}

.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 533px !important;
    height: 382px !important;
}

/* MOBILE swiper 1 */
.mySwiper2 {
    width: 100%;
    height: 100%;
}

.mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 305px !important;
    height: 230px !important;
}