Desired result: This container has both the left and right padding values added to the max-width property value.
The max-width is the correct size here but there is no padding being applied. Size down the screen to see that this container hits the edges of the viewport.
This container has left and right padding but those values are not added to the max-width causing that size to appear smaller than expected.