
  @media screen and (max-width: 768px) {
    .FooterLinks {
    display: flex;
    flex-wrap: wrap;
}
  }
.FooterLinks a {
    font-size: var(--font-size-lg);
    line-height: 1.625rem;
    text-decoration: none;
    color: #ffffff;
  }
.FooterLinks a:hover {
      text-decoration: underline;
    }
.FooterLinks .FooterLinks-divider {
    padding: 0 10px;
    color: var(--clr-neutral-400);
  }
