.home{height:70rem;padding:0;position:relative;overflow:hidden}.home .home-image-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.home .content{z-index:1;background:linear-gradient(#000c,#0009);justify-content:center;align-items:center;width:100%;height:100%;padding:10rem 5%;display:flex;position:absolute;top:0;left:0}.home .content .text{text-align:center;width:90rem;margin-top:10rem}.home .content h5{color:var(--white);z-index:1;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.8rem;font-weight:500;display:inline-flex;position:relative}.home .content h5:after{content:"";z-index:-1;border-radius:var(--border-radius-2);background:var(--linear);width:100%;height:1.2rem;position:absolute;bottom:0%;left:0%}.home .content h5 .icon{color:var(--white);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.home .content h3{color:var(--white);margin-bottom:1rem;font-size:6rem;font-weight:600;line-height:1.2}.home .content p{color:var(--white);padding-bottom:2.5rem;font-size:1.6rem;font-weight:400}@media (max-width:768px){.home{height:50rem}.home .content h3{font-size:3.5rem}.home .content h5,.home .content p{font-size:1.4rem}}
