@media screen and (max-width: 640px) and (min-width: 0px) {
    .box2 .text {
        width: 100%;
        padding-right: 0px;
    }

    .box2 .imgBox {
        margin-top: 30px;
        width: 100%;
    }

    .box2 .text h2 {
        font-size: 14px;
    }

    .box2 .text p {
        font-size: 12px;
    }
}


@media screen and (max-width: 400px) and (min-width: 0px) {}