.wrap, body {
  background: #F6F8FC;
}

.page_title {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.page_title h1 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 80% */
}

.policy {
  width: 100%;
  height: auto;
  padding: 40px 0 100px;
}

.policy .policy_box {
  width: 800px;
  margin: 0 auto;
  height: auto;
  padding-top: 28px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.policy .policy_box p {
  padding: 5px 0;
}

.policy .policy_box img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
