footer {
    background: var(--black-footer);
    color: white;
    padding: 72px 0;
    margin-top: 132px;
    display: block;
}

footer.site-footer .container {
    display: flex;
    gap: 100px;
}

footer.site-footer .container .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
}

footer.site-footer .container .col {
    /* width: 25%; */
    display: flex;
    flex-direction: column;
    min-width: 164px;
}


footer.site-footer .logo a {
    display: flex;
    color: white;
    text-decoration: none;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

footer.site-footer .logo a .logo-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-image: url("../images/wallet.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 18px;
}

footer.site-footer .logo a span {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
footer.site-footer .footer-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
}

footer.site-footer .footer-menu li {

}

footer.site-footer .footer-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: white;
}

footer.site-footer .footer-menu li:first-child a {
    font-weight: 700;
    font-size: 18px;
}