.hero{justify-content:center;width:100%;height:100vh;display:flex}.hero-img{z-index:-1;width:100vw;height:100vh;position:absolute;top:0;left:0;overflow:hidden}.hero-img img{filter:brightness(.3);object-fit:cover;min-width:100%;max-width:100%;height:100%;min-height:100%;scale:1.2}.hero-content{z-index:1;align-self:anchor-center;margin-left:6rem;position:absolute;left:0}.hero-content h1{background-color:var(--color-accent-secondary);color:var(--color-on-accent-secondary);margin-bottom:2rem;padding:.5rem 1rem;font-size:2.5rem}.hero-content p{color:var(--color-on-accent-secondary);width:max-content;font-size:1.25rem}.hero-content .hero-buttons{gap:1rem;margin-top:2rem;display:flex}body{background-color:#ebe6e6}.news{flex-direction:column;width:100%;margin:4rem 6rem;display:flex}.news-container ul{flex-wrap:wrap;gap:2rem;margin-top:2rem;list-style:none;display:flex}.news-item{border-radius:var(--border-radius);background-color:var(--background);flex-direction:column;justify-content:space-between;width:20rem;display:flex}.news-item img{object-fit:cover;border-top-right-radius:var(--border-radius);border-top-left-radius:var(--border-radius);min-width:100%;max-width:100%;min-height:10rem;max-height:100%}.news-item-title{margin:.5rem 0;padding:.7rem;font-size:1.25rem}.news-item-content{color:var(--color-secondary);padding:.7rem;font-size:1rem}.news-item-body button{justify-self:center;margin-top:.7rem;margin-bottom:1rem;display:flex}
