.hero{display:flex;height:100vh;align-items:center;justify-content:center;background-size:cover;background-position:50%;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));background-image:url(https://placehold.co/800x600)}.hero-container{text-align:center}.hero-title{margin-bottom:1rem;font-size:3rem;line-height:1;font-weight:700}.hero-subtitle{margin-bottom:2rem;font-size:1.5rem;line-height:2rem}.hero-btn{border-radius:.25rem;padding:.5rem 1rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hero-btn-primary{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.hero-btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hero-responsive{background-image:var(--hero-mobile)}@media (min-width:768px){.hero-responsive{background-image:var(--hero-tablet)}}@media (min-width:1024px){.hero-responsive{background-image:var(--hero-desktop)}}