@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 1200px;
        padding: 0 40px;
    }
}