footer {
    margin-top: 170px;
    position: relative;
    overflow: hidden;
}

footer .separator-block {
    width: 50px!important;
}

footer .separator-block.full {
    width: 100%!important;
}

footer a {
    color: var(--color-light)!important;
}

.credits a:hover {
    color: var(--color-primary)!important;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 80px;
    }
    footer .image-block {
        justify-content: start!important;
    }
    footer .footer-cols > .container-fluid {
        gap: 20px!important;
    }
}