.site-footer{background:#000}
.footer-grid{grid-template-columns:1.7fr repeat(3,1fr)}
.footer-grid img{filter:none}
.footer-social{display:none}
.footer-grid p{margin-bottom:1rem}
.footer-contact p,.footer-social p{color:#ccccca;font-size:.9rem;line-height:1.65}
.footer-social__claim{margin-top:2rem!important;color:#fff!important;font-size:1.05rem!important;font-weight:700}

@media(max-width:1100px){
  .footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}
  .footer-brand{grid-row:span 2}
}

@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-row:auto}
}
