p {
    word-break: break-word;
}
#logo img {
    width: 150px;
}
#logo-list img {
    width: 100%;
    max-width: 220px;
}

section:not(:first-child) {
    margin-top: 5em;
}

.icon-title {
    display: flex;
    align-items: center;
}

.language-icon {
    width: 40px;
    margin-right: 10px;
}

/* #main-wrapper {
    margin-top: 60px
} */

.italic {
    font-style: italic;
}

#banner .row {
    display: flex;
    justify-content: space-evenly;
}
.row > .col-5 {
    width: unset;
}
#guardaCheVideoAnimali_logo {
    object-fit: cover;
    height: 170px;
}
#footer-psycode-logo {
    max-width: 200px;
}
@media screen and (max-width: 980px) {
    section:not(:first-child) {
        margin-top: 3em;
    }

    #banner .row > .col-12-medium {
        padding: 0;
    }
    #banner .row {
        display: unset;
        justify-content: space-evenly;
    }
    #banner ul {
        margin: 2em 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #banner li {
        margin: 0 10px;
    }
    .no-border {
        border-bottom: none!important;
    }

    #copyright {
        margin-top: 30px;
    }
}
@media screen and (max-width: 736px) {
    #copyright {
        margin-top: initial;
    }
}
@media screen and (max-width: 512px) {
    #banner ul {
        margin: 2em 0 0 0;
        display: block;
    }
    #guardaCheVideoAnimali_logo {
        /* object-fit: none; */
        height: unset;
        /* max-width: unset!important; */
    }
}
