.FooterSitemap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 1rem;
}

.FooterSitemap a {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  color: var(--font-clr-primary);
}

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

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

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