body{height:100vh}body .hero-container{position:relative;margin-top:-6rem}body .hero-container .hero-image{width:110%;height:60vh;object-fit:cover;filter:blur(2px)}body .hero-container .hero-header{position:absolute;top:85%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;text-align:center;background-color:#fff;color:#ff4500;border-radius:1rem;padding:.5rem 1rem}body .hero-text{margin-top:1rem}body main{width:50%;margin:auto}@media screen and (max-width: 768px){body main{width:90%}}body main h2{margin:1rem 0 .25rem;font-size:1.5rem;font-weight:700}body main li{list-style:circle;margin-left:1.5rem}
