.policy-section {
  padding: 100px 10%;
  /* max-width: 900px; */
  margin: 0 auto;
  color: #333;
  font-family: 'Inter', sans-serif;
}

.policy-header {
  text-align: center;
  margin-bottom: 50px;
}

.policy-header h1 {
  font-size: 2.5rem;
  color: #105CA3;
  margin-bottom: 10px;
}

.policy-header p {
  color: #666;
  font-size: 1.1rem;
}

.policy-content h2 {
  font-size: 1.8rem;
  color: #15989C;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #edf2f7;
  padding-bottom: 10px;
}

.policy-content h3 {
  font-size: 1.3rem;
  color: #333;
  margin-top: 25px;
  margin-bottom: 10px;
}

.policy-content p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4a5568;
}

.policy-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.policy-content li {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 8px;
}

.policy-content strong {
  color: #2d3748;
}

.policy-content a {
  color: #105CA3;
  text-decoration: none;
}

.policy-content a:hover {
  text-decoration: underline;
}