.page-width {
    padding: 0 20px;
}
@media screen and (min-width: 750px) {
    .page-width {
        padding: 0 80px;
    }
}