.policy {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0;
  border-radius: 5px;
}
.policy h1,
.policy h2,
.policy h3 {
  color: #333;
}
.policy h2 {
  margin-bottom: 40px;
}
.policy h3 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.policy p {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.policy span.dot {
  font-family: Arial;
}
.policy .section {
  margin-bottom: 40px;
}
.policy ul {
  padding-left: 20px;
  list-style: none;
}
.policy li {
  margin-bottom: 5px;
  list-style: none;
  line-height: 1.5;
}
.policy table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 10px;
}
.policy th,
.policy td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  line-height: 1.5;
}
.policy th {
  background-color: #f2f2f2;
}
.policy .attachs {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.policy .attach {
  display: inline-block;
  padding: 20px;
  margin: 10px;
  background-color: #ccc;
}
.policy .attach-left {
  width: 50%;
}
.policy .attach-right {
  width: 30%;
}
