@media screen and (max-width: 1200px) and (min-width:0px) {
    .box2Swiper .text {
        padding: 30px 15px 15px;
    }

    .box5 .Box5Img,
    .box5 .title {
        width: 20%;
    }

    .box5Swiper {
        width: 60%;
    }

    .box5Swiper .swiper-slide .text h2 {
        max-width: 120px;
    }
}