.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer .footer-copy,
.footer-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--muted) !important;
  margin: 0;
}

@media (max-width: 900px) {
  .footer-bottom-bar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
