.hero-container{display:grid;column-gap:2rem;row-gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:min-content;grid-template-areas:"title image" "divider image" "body image" ". image" "button .";width:100%;height:min-content}.hero-container>.hero-title{grid-area:title}.hero-container>.hero-image{pointer-events:none;grid-area:image}.hero-container>.hero-divider{grid-area:divider}.hero-container>.hero-body{grid-area:body}.hero-container>.hero-button{grid-area:button}@media (max-width:900px){.hero-container{grid-template-areas:"title image" "divider image" "body image" "body button"}.hero-container>.hero-button{justify-self:center}}@media (max-width:760px){.hero-container>.hero-divider{display:none}.hero-container>.hero-image{justify-self:center;margin-block:1rem}.hero-container{grid-template-areas:"title title" "body body" "image image" "button button"}.hero-title{text-wrap:balance}}@media (max-width:640px){.hero-title{width:100%}}@media (max-width:527px){.hero-container{grid-template-areas:"title title" "body body" "button button"}.hero-body{padding-left:8px}.hero-button{margin-top:8px;justify-self:center}}