.header {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}

h1 {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  color: #18619b;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 18px;
}

.section {
  background-color: #fff;
  padding: 15px 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section-number {
  font-weight: bold;
  margin-right: 8px;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

.effective-date {
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}

.intro-text {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

.divider {
  text-align: center;
  margin: 20px 0;
  color: #999;
}

.agreement {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  padding: 15px;
  background-color: #f8f4e5;
  border-radius: 5px;
}

.policy_content {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 12px;
}

.policy_content ul {
  position: relative;
  display: block;
  list-style: none;
}

.policy_content ul li {
  position: relative;
  padding-left: 25px;
}

.policy_content ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 6px;
  border: 2px solid #18619b;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
