.menu--footer {
  column-gap: 0.825rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu--footer > li {
  font: 500 0.75rem/1.5 'Raleway';
}

.menu--footer > li > a {
  color: inherit;
  text-decoration: none;
}

.menu--footer > li > .is-active,
.menu--footer > li > a:hover {
  text-decoration: underline;
}
