#terms .date-wrapper,
#privacy .date-wrapper {
  margin: 4rem 0 0;
  text-align: center;
}
#terms .content-wrapper,
#privacy .content-wrapper {
  margin: 3rem 0 0;
}
#terms .content-wrapper ol,
#terms .content-wrapper ul,
#privacy .content-wrapper ol,
#privacy .content-wrapper ul {
  list-style: decimal;
}
#terms .content-wrapper ol li,
#terms .content-wrapper ul li,
#privacy .content-wrapper ol li,
#privacy .content-wrapper ul li {
  font-size: 1.4rem;
  line-height: 2.5;
  margin: 0 0 0 2rem;
}
#terms .content-wrapper h2,
#privacy .content-wrapper h2 {
  font-size: 1.8rem;
  margin: 4rem 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
#terms .content-wrapper h2::before,
#privacy .content-wrapper h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--color-blue);
}/*# sourceMappingURL=terms-policy.css.map */