@import url('../../common/css/press.css');

.press_page .press_img .swiper-container {
    width: 395px;
}

@media screen and (max-width: 768px) {
    .press_page h1 {
        padding: 32px 0 16px;
        font-size: 16px;
        font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .press_page .press_img {
        padding-bottom: 0;
        margin-top: 24px;
    }

    .press_page .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }
    .press_page .press_img {
        overflow: visible;
    }
    .press_page .press_img .swiper-container img {
        height: 100%;
    }
}


