.node-type-static{ .layout-content{ // grid-column: 1 / span 12; grid-row: 1; .content_container{ margin-bottom: 3rem; #block-quartiers-de-demain-titredepage{ grid-column: 3 /span 9; grid-row: 1; margin-top: 3rem; @media(max-width: 500px){ margin-top: 1rem; grid-column: 2 /span 9; } h1{ text-transform: uppercase; color: $red_QDD ; font-size: $font-large; font-weight: 300; } } article.node-type-static{ grid-column: 3 /span 9; grid-row: 2; @media(max-width: 500px){ grid-column: 2 /span 9; } div.field_body{ h2{ font-size: $font-medium; font-weight: 600; margin-bottom: 0; } p{ margin-top: 0; } } } } } }