#footer {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
#footer .footer-container {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--app-text-secondary);
  padding-bottom: 1rem;
}

@media screen and (max-width: 1399px) {
  #footer {
    margin-top: 24px;
  }
  #footer .footer-container {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=footer.css.map */