.site-footer {
  margin-top: 40px;
  padding: 18px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.footer-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: rgba(71, 85, 105, 0.9);
  font-weight: 600;
}

.site-footer a {
  color: #fb5904;
  text-decoration: none;
  font-weight: 800;
}

.site-footer a:hover {
  text-decoration: underline;
}
