.FooterMenu {
  display: flex;
  justify-content: left;
  padding: 20px 0;
  font-size: 1rem;
}

.FooterMenu a {
  margin-left: 0;
  text-decoration: underline;
  color: #ffffff;
}

.FooterMenu a + a {
  margin-left: 20px;
}

@media screen and (max-width: 576px) {
  .FooterMenu {
    flex-flow: column;
    text-align: center;
  }

  .FooterMenu a {
    line-height: 2.1875rem;
  }

  .FooterMenu a + a {
    margin-left: 0;
  }
}
