.policy-section {
  padding: 120px 20px 60px;
  background: #f4f4f4;
}

.policy-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.policy-card h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #111;
  text-align: center;
}

.policy-card h2 {
  font-size: 1.3rem;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #007b5e;
}

.policy-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.policy-card a {
  color: #00c9a7;
  text-decoration: none;
}

.policy-card a:hover {
  text-decoration: underline;
}
