.footer-grid{display:grid;gap:1.5rem;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr)}.footer-column__title{color:#575756;font-size:1rem;font-weight:600;margin:0}.footer-column-list{margin:1.5rem 0 0;padding:0}.footer-column-list__item{list-style:none;margin:0;padding:0}.footer-column-list__item-link{color:#575756;font-size:.85rem;text-decoration:none}.footer-column-list__item-link:focus,.footer-column-list__item-link:hover{color:#e30421}.footer-column:first-child{grid-column:span 2}@media screen and (min-width:762px){.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-column:first-child{grid-column:span 1}}@media screen and (min-width:992px){.footer-grid{grid-template-columns:repeat(5,1fr)}.footer-column:first-child{grid-column:span 1}}