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

.mySwiper3 .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 */
.mySwiper4 {
    width: 100%;
    height: 100%;
}

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