footer{
    background-color: var(--footer-bg-color);
    padding-top: 4rem;
    box-shadow: 0px 2px 8px #6c757d;
}

.footer-logo{
    
}

.footer-logo img{
    width: 100%;
}

footer ul{
    list-style: none;
    font-size: 0.96rem;
    padding-left: 0;
}
footer h2{
    font-size: 1.6rem;
}
.copyright {
    text-align: center;
}




@media (min-width: 992px) and (max-width: 1400px) {
    footer h2 {
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
    }
    footer ul {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    }
}