footer {
    position: relative;
    overflow: hidden;
}

footer a {
    color: var(--color-light)!important;
}

@media screen and (max-width: 768px) {
    footer p {
        text-align: center!important;
    }
    footer .image-block {
        justify-content: center!important;
    }
    footer .d-flex {
        justify-content: center!important;
    }
    footer .footer-cols>.container-fluid {
        gap: 20px!important;
    }
    footer .btn-block>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}