.terms-section {
  padding: 40px 20px;
  background-color: #ffffff;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
  max-width: 960px;
  margin: auto;
}

.terms-section h1 {
  font-size: 30px;
  font-weight: bold;
  color: #001999;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'DM Serif Text', serif;
}

.terms-section .subtitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
}

.terms-section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  color: #0052cc;
}

.terms-section ul {
  margin-top: 10px;
  padding-left: 20px;
}

.terms-section ul li {
  margin-bottom: 10px;
}

.terms-section i {
  color: #0077cc;
  margin-right: 6px;
}

.footer-note {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #005999;
}