.nav-rappresentanze {
    padding: 4px 2em 4px 2em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-rappresentanze:hover {
    color: white;
}

#immagine {
    background-image: url(images/promo.jpg);
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 100%;
    height: 281px;
}

#storia {
    padding: 0 3em 0 3em;
}

.title {
    font-size: 48px;
    font-weight: 600;
    padding: 0 0 1em 0;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
}

.text {
    padding-bottom: 5em;
    max-width: 40em;
}

#lista {
    max-width: 1240px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}

#lista A {
    width: 200px;
    // border: 1px solid black;
    height: 100%;
    padding: 10px;
}

#lista A IMG {
    max-width: 200px;
    padding: 10px;
    // border: 1px solid black;
}

