#footer{
    background-color: #FFF0E8;
    padding: 7.6875rem 0;
}
.footer li a{
    color: #4D3743 !important;
    text-decoration: none;
}
.footer-nav li{
    list-style: none;
}
.footer-nav {
    font: normal normal 600 1rem/1.5625rem Poppins;
}
.footer-submenu {
    font: normal normal 400 1rem/1.5625rem Poppins;
    padding-left: unset;
}
.social-icon {
    margin-right: 1rem;
}
.footer-credit, .footer-credit a, .footer-credit-mobile, .footer-credit-mobile a {
    text-decoration: none;
    font: normal normal 400 1rem / 1.5625rem Poppins;
    color: #4D3743;
    margin-top: 1rem;
}
.footer-left-col2 {
    margin-left: 5rem;
}
.footer-credit-mobile {
    display: none;
}
@media (max-width: 767px) {
    .footer-credit {
        display: none !important;
    }
    .footer-credit-mobile {
        display: block;
    }
    .footer-left-item{
        flex: 1 1 0 !important
    }
    .footer-left-col2 {
        margin-left: unset;
        padding-left: 1rem !important;
        padding-right: 1rem;
    }   
}