.policy_main {
  margin: 123px auto;
  min-width: 1440px;
}

.policy_main_title {
  font-size: 60px;
  color: var(--text-color);
  line-height: 72px;
  text-align: center;
}

.policy_main_sub_title {
  margin-top: 24px;
  font-size: 20px;
  color: #1d2939;
  line-height: 30px;
  text-align: center;
}

.policy {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.policy_table {
  max-width: 280px;
  margin-right: 50px;
  font-size: 16px;
  line-height: 24px;
}

.policy_table h2 {
  color: var(--text-color);
}

.policy_table ol {
  list-style-position: inside;
  margin-top: 16px;
  color: #667085;
}

.policy_table li {
  margin-top: 12px;
  cursor: pointer;
}

.policy_content {
  max-width: 807px;
}

.policy_title {
  margin-top: 50px;
  font-size: 32px;
  color: #1d2939;
  line-height: 41px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.policy_content .policy_title:nth-of-type(1) {
  margin-top: 0;
}

.policy_content ul,
.policy_content ol {
  /* padding-left: 1em; */
  list-style-position: inside;
}

.policy_content ul li,
.policy_content ol li,
.policy_content .policy_paragraph {
  margin-top: 16px;
  font-size: 18px;
  color: #667085;
  line-height: 28px;
}
