#footer_logos {
    text-align: center;
    padding: 2.5em 0;
    border-top: 1px solid rgba(187, 186, 176, 0.5);
}

#footer_logos .logos-list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
}

#footer_logos .logo-item img {
    max-height: 80px;
    width: auto;
}