@media (max-width: 1024px)
{
    .footer-bottom img {
        width: calc(100vw/16);
    }
    
    .consent a, .consent {
        color: #fff;
    }
    
}