footer {
    margin: 0 !important;
    line-height: 40px !important;
}

.container-logos {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap;
    gap: 20px;
}

.container-logos>div {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
}

.container-footer {
    background-color: #222529;
    padding: 60px 0 0;
}

.links li a {
    color: #fff !important;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .container>div {
        width: auto !important;
        margin-bottom: 0 !important;
    }

    .container>div:last-child {
        margin-left: 50px;
    }
}

@media (min-width: 992px) {
    footer {
        line-height: 24px !important;
    }
}
