.footer-wrapper {
  background-color: var(--bg-dark);
  margin: 0 !important;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
}
.footer-grid {
  position: relative;
  height: 100%;
}
.footer-grid .item:nth-child(1) {
  color: var(--bg-bright);
  position: absolute;
  bottom: var(--space-3xl);
  transform: translateX(-50%);
  left: 50%;
}
.footer-grid .item a {
  color: var(--bg-bright);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
  white-space: nowrap;
}
.footer-grid .arrow_upward {
  height: auto;
  width: 4rem;
  color: var(--bg-bright);
}
