.site-footer {
  text-align: center;
  padding: 28px 24px 36px;
  color: #888;
  font-size: 13px;
  border-top: 1px solid #eee;
  line-height: 1.85;
  background: #fff;
}
.site-footer a {
  color: #888;
  text-decoration: none;
}
.site-footer a:hover {
  color: #16a34a;
}
.site-footer .site-footer-contact {
  margin: 10px 0 6px;
  font-size: 13px;
  line-height: 1.9;
}
.site-footer .site-footer-contact strong {
  color: #334155;
  margin-right: 4px;
}
.site-footer .gongan {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.site-footer .gongan img {
  height: 14px;
}
