/* Keep the footer stacked on phone screens. */
@media (max-width: 749px) {
  .ao-footer .ao-footer__inner {
    grid-template-columns: 1fr !important;
  }
}
