.box {
    margin: 100px auto;
    max-width: 500px;
}

@media screen and (max-width: 767px) {
    .box {
        margin: 20px auto;
    }
}
