.site-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer .footer-menu {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.site-footer .thieffry-menu-items {
  justify-content: center !important;
}