#policy>* {
  color: #555;
}

#policy h1 {
  font-size: 16px;
  margin-bottom: 20px;
}

#policy h1 span {
  font-size: 14px;
}

#policy h1::after {
  height: 2px;
  bottom: -5px;
}

#policy h2 {
  font-size: 14px;
  margin: 0;
}

#policy p,
#policy li,
#policy button {
  font-size: 12px;
}

#policy li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.sub-group+.sub-group {
  margin-top: 10px;
}

.sub-group:last-of-type {
  margin-bottom: 0;
}