.article-a{.page-heading { h1 { font-size: var(--font-size-3); font-weight: 600; grid-column: 2 / 6; line-height: 1.2; } h2 { font-size: var(--font-size-4); font-weight: 500; grid-column: 6 / 12; line-height: 1.2; } @media (min-width: 56.25em) { .article-nav, .page-tag { grid-column: 2 / 12; } } } .page-content { > h3 { font-size: var(--font-size-6); font-weight: 400; font-family: "DM Mono"; } @media (min-width: 56.25em) { >*:not(.quote, .page-heading, .hero, .author, figure, .banners-container) { grid-column: 4/10; } } }}