#footerContainer {
    background-color: #0E1116;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.footer-bg-logo {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200%;
    z-index: 1;
    transform: rotate(90deg);
    transform-origin: top right;
}

.footer-bg-logo img {
    width: 100%;
    display: block;
}

footer {
    position: relative;
    z-index: 2;
}

footer .footer-top {
    gap: 40px;
    border-bottom: none;
}

footer .footer-bottom {
    justify-content: center;
}

footer .footer-top .footer-brand img {
    height: 28px;
    margin-bottom: 20px;
    display: block;
}

footer .footer-top .footer-brand p {
    font-size: 13px;
    color: #fffdf4;
    line-height: 1.6;
    max-width: 435px;
}

footer .footer-link-bank {
    flex-direction: column;
}

footer .footer-link-bank div {
    width: auto;
    margin-right: 0;
}

@media screen and (min-width: 900px) {
    .footer-bg-logo {
        top: unset;
        right: unset;
        left: 0;
        bottom: -15%;
        width: 80%;
        transform: none;
        transform-origin: unset;
    }

    footer .footer-top .footer-link-bank-large,
    footer .footer-top .footer-link-bank-small {
        flex: 1;
    }

    footer .footer-link-bank div {
        width: auto;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    footer .footer-link-bank div {
        width: auto;
        margin-right: 0;
    }
}
