.container { display: grid; gap: 60px; margin: 0 auto; max-width: 1200px; padding: 20px 10px 5px; background: #fff; } .preamble { color: #333; font-family: Helvetica Neue, Roboto, Helvetica, Arial, sans-serif; font-size: 1.25rem; font-weight: 300; line-height: normal; margin-bottom: 20px; text-transform: none; } @media (min-width: 740px){ .container { background: transparent; padding: 20px 30px 15px; grid-template-columns: 2fr 1fr; } } @media screen and (min-width: 950px) { .preamble { font-size: 1.5rem; line-height: 2.25rem; } }