/*
 * LARGE DESKTOP (AND UP) MEDIA QUERIES
 */
 @media (min-width: 121em) {
    .content {
        padding: 0 3em;
    }
}