.footer-content {
  color: rgb(117, 117, 117) !important;
  font-size: 14px;
}
.footer-content a {
  color: rgb(117, 117, 117) !important;
}

.footer-col-title {
  color: #333 !important;
  font-size: 18px;
}

.footer-copyright {
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: rgb(245, 245, 245);
  color: rgb(117, 117, 117);
  gap: 8px !important;
  padding: 8px 8px;
}

.site-info {
  padding-top: 32px;
}

.site-footer {
  border-top: 1px solid #e0e0e0;
  background-color: white;
}
.site-footer ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .footer-top-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}

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