.footer__accepted {
    display: flex
;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    background-color: var(--tf-bg);
    border: 1px solid var(--tf-border);
    align-content: center;
}
.footer__accepted {
    justify-content: space-around !important;
    height: unset !important;
    padding: 20px !important;
    overflow-y: auto !important;
    gap: 20px;
    border-radius: 15px;
}
.footer__accepted li {
    padding: 0;
    margin: 0 !important;
}
.partner img {
    max-width: 50% !important;
}
.section--last {
    padding-bottom: 0px !important;
}