section.hero{grid-template:"img numbers""intro numbers"/1fr auto;display:grid}@media screen and (max-width:768px){section.hero{grid-template:"img""numbers""intro"/auto}}section.hero>img{object-fit:cover;grid-area:img;height:65svh}@media screen and (max-width:768px){section.hero>img{height:auto}}section.hero>div.key-numbers{grid-area:numbers}section.hero>div.intro{grid-area:intro}
