.FooterMenu {
  display: flex;
  flex-flow: column;
  justify-content: left;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.FooterMenu a {
  color: #ffffff;
}

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