.footer {
  width: 100%;
  background-color: #fcfcfc;
}

.footer-content {
  max-width: 81rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5rem 3rem;
  margin: 0 auto;
}

.footer-copyright {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #677486;
  font-weight: 700;
}

.footer-links {
  box-sizing: border-box;
  display: flex;
  gap: 2rem;
}

.footer-links a {
  color: #677486;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-links a:hover {
  color: #1657fe;
}
