body.home main{grid-template-rows:1fr auto;grid-template-columns:repeat(12,1fr);column-gap:4rem;max-width:60rem;display:grid}body.home div.logo{width:100%;margin-top:5rem}body.home div.logo:hover{fill:initial}body.home .grid-fourth{grid-column:auto/span 3}body.home .grid-three-fourths{grid-column:auto/span 9}body.home h1{margin-top:4rem;margin-bottom:2rem}body.home p.description{margin-bottom:4rem;font-size:2rem}