.site-footer {

    background: #0f172a;

    color: rgba(255,255,255,0.8);

    padding: 80px 0 40px;
}

.footer-inner {

    display: flex;

    justify-content: space-between;

    gap: 50px;
}

.footer-logo img {

    max-height: 70px;

    margin-bottom: 20px;
}

.footer-menu {

    display: flex;

    gap: 20px;
}

.footer-menu a {

    color: rgba(255,255,255,0.8);
}