.footer-dashboard {
  background: white;
}
.footer-copyright {
  margin-top: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
  color: #14193C;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer-copyright-links a {
  color: #14193C;
  text-decoration: none;
  cursor: pointer;
}
.footer-copyright-links a:hover {
  color: #505578;
  text-decoration: none;
}
.footer-copyright-links a:focus,
.footer-copyright-links a:active {
  color: #282D50;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    flex-wrap: wrap;
  }
}
