footer a,
.footer a {
    color: var(--color-primary);
}

footer .custom-pad .container-fluid {
    padding: 0!important;
}

footer .custom-pad .btn-block {
    width: auto!important;
    margin-top: 0!important;
}

footer .custom-pad .btn-block a {
    width: 56px!important;
    height: 56px!important;
}

footer .btn-3:hover {
    text-decoration: none!important;
}

footer a:hover,
.footer a:hover {
    color: var(--color-primary)!important;
    text-decoration: underline!important;
}

@media screen and (max-width: 1340px) {
    footer .container-xxl {
        margin: 0 10px!important;
    }
}

@media screen and (max-width: 768px) {
    footer p {
        text-align: center!important;
    }
    footer .row-mobile {
        justify-content: center!important;
    }
    footer .hbspt-form {
        margin: 0 20px!important
    }
}