.app-footer {
  h2 {
    font-family: var(--font-sans);
    font-size: inherit;
  }
  ul {
    padding-left: 0;
  }
  ul.flex-row {
    @media (min-width: 64rem) {
      justify-content: space-between;
    }
  }
}
