@media(min-width:640px){@media(min-width:640px){footer div:first-child{grid-template-columns:repeat(2,1fr)}}}
@media(min-width:1024px){footer div:first-child{grid-template-columns:repeat(4,1fr)}}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}