#sezione-immagini {
    position: relative;
    width: 100%;

}

#immagine_sfondo {
    position: relative;
    width: 100%;
    height: 100;


}

#titolo-chi-siamo {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: 6vw;
    color: bisque;
    text-shadow:
        -2px -2px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

#sottotitolo-chi-siamo {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    color: bisque;
    text-shadow:
        -2px -2px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

/* CARDS */

#section-card-chi-siamo {
    width: 100%;
    padding: 50px;
    background-color: bisque;
}

#row-chi-siamo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card-chi-siamo {
    width: 500px;
    border: 15px solid rgb(180, 227, 227);
    border-style: double;
    padding: 20px;
    text-align: center;
    background: bisque;
    margin-top: 30px;
}

.card-la-nostra-storia {
    width: 100%;
    border: 15px solid rgb(180, 227, 227);
    border-style: double;
    padding: 20px;
    text-align: center;
    background: bisque;
}

#card-img-chi-siamo {
    width: 100%;
}



/* parte finale */

footer {

    width: 100%;
    height: 400px;
    background-color: rgb(180, 227, 227);
}

.card-footer {
    width: 28%;
    height: 30px;
    border: 2px solid transparent;
    float: left;
    padding: 20px;


}


#logo-footer {
    width: 5%;
    margin-top: 50px;
    margin-left: 2.5%;
    position: absolute;
    display: inline;
    margin-top: 3%;
    margin-left: 1%;

}

h2#nome-footer {
    width: 100%;
    position: absolute;
    display: inline;
    margin-top: 3%;
    left: 6.5%;
}

ul#card-1 {

    list-style-type: none;
    padding-top: 10px;
    position: absolute;
    left: 6.5%;
    margin-top: 4%;
    font-size: 20px;
}

li.card-1 {
    line-height: 25px;

}

ul#card-2 {

    list-style-type: none;
    padding-top: 10px;
    position: absolute;
    left: 50%;
    margin-top: 4%;
    font-size: 20px;
    display: inline;

}

li.card-2 {
    line-height: 25px;

}

ul#card-3 {

    list-style-type: none;
    padding-top: 10px;
    position: absolute;
    left: 80%;
    margin-top: 4%;
    font-size: 20px;
    display: inline;


}

li.card-3 {
    line-height: 25px;

}