footer {
    margin-top: 170px;
    position: relative;
    overflow: hidden;
}

footer .separator-block.full {
    width: 100%!important;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 80px;
    }
    footer p,
    footer h2 {
        text-align: start!important;
    }
    footer .image-block {
        justify-content: start!important;
    }
    footer .footer-cols > .container-fluid {
        gap: 20px!important;
    }
}