.footer__custom {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm-24);
}

.footer__custom--logo {
  max-width: 100px;
  max-height: 100px;
}

.footer__custom--links {
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-sm-24);
  justify-content: center;
}
