.footer-navigation {
    width:100%;
    min-height: 54px;
    background-color: #F0EBDC;
}

.footer-navigation span {
    color : #373726;
    font-size: 12px;
}

.footer-navigation a {
    color : #373726;
    text-decoration: none;
    font-size: 12px
}

.footer-navigation a:hover {
    color : #373726 !important;
    text-decoration: underline;
}

.img-icon-footer img{
    width: 17px;
    height: 18px;
    object-fit: contain;
}