.logo-footer {
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
    gap: 16px;
}

.logo-footer img {
    height: 70px;
    padding: 5px;
}
