@media (min-width: 48rem) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 3rem !important;
    row-gap: 2rem !important;
  }
}

.footer-copy {
  max-width: 24rem !important;
  line-height: 1.625 !important;
  margin-top: 0.75rem;
}
