/* PC SLIDER - 1 */

.swiper14 {
    width: 76%;
    height: 118%;
    position: absolute;
    left: 14%;
    overflow: hidden;
}

.swiper14 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 243px;
    width: 267px;
    margin-top: -130px;
}

.swiper14 .swiper-slide img {
    display: block;
    object-fit: contain;
}

/* MOBILE SLIDER - 1 */

.swiper15 {
    width: 76%;
    height: 118%;
    position: absolute;
    left: 9%;
    overflow: hidden;
}

.swiper15 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 243px;
    width: 267px;
    margin-top: -174px;
}

.swiper15 .swiper-slide img {
    display: block;
    object-fit: contain;
}