.footer-full {
    background-image: url(../images/footer-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.footer-logo {
    max-width: 150px;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    color: var(--my-primary);
    transition: all .4s;
    text-decoration: none;
}

.footer-links h3 {
    color: #fff !important;
}

.footer-links li {
    line-height: 1.6em;
    padding: 0px 0px 10px 0px;
}