.wk-card.terms,
.wk-card.privacy {
  padding: 22px;
  font-size: 13px;
}
.wk-h2 {
  margin-top: 20px;
}
p {
  line-height: 1.5;
}
.terms-container a:hover,
.privacy-container a:hover {
  text-decoration: underline;
}
.terms-header,
.policy-header,
p,
ul {
  margin-bottom: 12px;
}
ul {
  list-style-type: none;
  padding-left: 15px;
}
li {
  position: relative;
  padding-left: 15px;
  margin: 2px 0;
  line-height: 1.5;
  font-size: 13px;
}
ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aaa;
  left: 0px;
  top: 7px;
}

