#chi-siamo .header-image{
    position: absolute;
    width: 90%;
    max-width: 100rem;
    top: 10.66rem;
    height: 40rem;
    background-size: cover;
    background-position: center;
}

#chi-siamo .page-content{
    background-color: white;
    padding: 2rem;
    flex-direction: column;
    width: 60%;
    min-height: 42rem;
    z-index: 2;
}

@media (max-width: 619.9px){
    #chi-siamo .page-content{
        width: 80%;
    }
}