.site-footer {
  color: white;
  background: var(--site-primary-color);
  padding: 20px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.site-footer .footer-nav-contain nav {
  display: flex;
  flex-wrap: wrap;
}
