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-primary)!important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    font-weight: 400!important;
}

footer a:hover {
    color: var(--color-dark) !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 80px;
    }
    footer p {
        text-align: center !important;
    }
    footer .image-block {
        justify-content: center !important;
    }
    footer .footer-cols>.container-fluid {
        gap: 20px !important;
    }
}