#contattaci #hero{
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

#contattaci #hero::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#contactForm{
    padding: 1rem;
    border-radius: 25px;
    background-color: #F5F4F4;
    border: 1px solid var(--primary-blue);
}

@media (min-width: 1400px){
    #contattaci #hero{
        height: 100vh;
    }
}

@media (min-width: 1200px){
    #contattaci #hero{
        height: 120vh;
    }
}