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

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

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

footer .text-block p a {
    color: var(--color-light)!important;
}

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