@media screen and (max-width: 992px) and (min-width:0px) {
    .box2 a {
        width: calc((100% / 2) - 15px);
        margin-bottom: 30px;
    }

    .box3 img {
        width: 100%;
    }

    .box3 .text {
        width: 100%;
    }

    .section3 .text .desc {
        margin: 45px 0;
    }

    .box5 .left {
        width: 100%;
        padding-right: 0px;
        margin: 30px 0;
    }

    .box5 .right {
        width: 100%;
    }
}