:root{--color-brand:#ec1212}.image-and-text-sections{display:grid;gap:3rem;margin-block:var(--section-spacing)}.image-and-text-section{display:grid;gap:1.5rem;place-items:center}.image-and-text-section .item-supertitle{color:var(--color-brand);font-family:var(--h1-font-family);font-weight:600;text-transform:uppercase}.image-and-text-section .item-text p:first-of-type,.image-and-text-section .item-title{margin-top:0}@media (min-width:800px){.image-and-text-section{gap:3rem;grid-template-columns:1fr 1fr}.image-and-text-section .item-title{margin-top:1rem}.image-and-text-section[data-even=false] .item-text-block{order:2}.image-and-text-section[data-even=false] .item-image{order:1}}