.Ny_Content .box {
    margin: 60px 0;
}

.item {
    display: block;
    margin-bottom: 30px;
}

.item img {
    width: 100%;
}

.item h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.item p {
    font-size: 16px;
    margin: 15px 0;
}

@media screen and (max-width: 640px) and (min-width:0px) {
    .item {
        padding: 0 5px;
    }

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

    .item p,
    .item p span {
        font-size: 12px !important;
    }
}