@charset "utf-8";

/*Customizing CSS Start*/
.terms-of-use,
.privacy-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
}
.terms-of-use .chapter,
.privacy-policy .chapter {
  margin-top: 40px;
}
.terms-of-use .chapter .contact,
.privacy-policy .chapter .contact {
  background: #fff;
  margin-bottom: 200px;
  padding: 20px 40px;
  border-radius: 10px;
}
.terms-of-use .chapter .item,
.privacy-policy .chapter .item {
  display: flex;
}
.terms-of-use .chapter .item .item-num,
.privacy-policy .chapter .item .item-num {
  width: 22px;
}
h1, h2 {
  color: #343a40;
  margin: 20px 0;
  font-weight: bold;
}
h1 {
  font-size: 20px;
  margin: 140px auto 40px;
}
h2 {
  font-size: 16px;
}
p, li {
  color: #343a40;
  font-size: 12px;
  margin: 10px 0;
}
