

.persone {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items:center;
    background-color: #0d4062;
    padding: 3vw;
    

    .person-title {
        color: white;
        border-bottom: 2px solid white;
        text-align:center
    }
    
    .contatti {
        color: white;
        a {
            color: white
        }
    }

    .riga {
        @media screen and (max-width:575px) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
              
        
    }

    .colFoto {
        max-width: 170px;
        @media screen and (max-width:575px) {
            margin-bottom: 7px;
        }
        
    }
}



