header{
    height: 100vh;
}
.hero {
    background: url(../img/lizer/top.webp);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center top;
    max-height: 100%;
    width: 100%; 
    position: relative;
    margin: 0; 
    padding: 0; 
    left: 0; 
}

.hero.title{
    font-size: 30px;
    font-weight: 800;
    line-height: 48px;
    margin-top: 36px;
}

.gradient-title{
    background: url(../img/lizer/title-gr.webp);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
        padding-top: 4rem;
    line-height: 3.4rem;
}

