.puffs > div:first-child {
    padding-right: 2rem;
}

.socials img {
    width: 35px;
    filter:invert(1);
}

@media (max-width:820px) { 
    footer  .lh-header-brand-img {
        width: 190px;
        display:block;
        margin: auto;
        padding-top: 1rem;
    }
    
    footer .puffs {
        display: none !important;
    }
    
    footer nav {
        margin-bottom: 1rem;
    }
    
    footer li.nav-item {
        display: block !important;
        padding: 0 !important;
    }
    
    footer .socials {
        padding: 1rem;
    }
    
    footer .footerSubMenu span, footer .footerSubMenu a {
        font-size: 0.8rem;
        display:block;
    }
}