@media screen and (max-width: 992px) and (min-width:0px) {
    .More {
        width: 160px;
        height: 50px;
    }

    section .title h1 {
        font-size: 32px;
    }

    section .title p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bannerSlide .text h1 {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .section2 .title h1 {
        margin-bottom: 30px;
    }

    .section2 .title .text {
        font-size: 14px;
        line-height: 1.5;
    }

    .section2 .title .text {
        margin-bottom: 30px;
    }

    .box3 .item h1 {
        font-size: 28px;
    }

    .box3 .item span a {
        line-height: 30px;
        font-size: 14px;
    }

    .box5 .item {
        width: calc(50% - 10px) !important;
    }

    .box5 .item .text h1 {
        font-size: 14px;
    }

    .box5 .item:hover .text h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box5 .item:hover .text p {
        height: 60%;
    }

    .box5 .item .text p span {
        line-height: 1.5;
    }

    .box5 .item {
        min-height: 150px;
    }

    .box5 .item img {
        object-fit: cover;
    }
}