.footer-module.module {
  text-align: center;
  font-size: 0.75rem;
  font-family: "Jost", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16rem;
  margin-bottom: 4rem;
  row-gap: 1rem;
  max-width: 420px;
  color: var(--tertiary-color);
}

.footer-module__logo {
  height: 24px;
  color: var(--tertiary-color);
}

.footer-module__logo svg {
  height: 100%;
}
