/* ===== Global ===== */
body {
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  margin-top: 60px auto;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}


/* ===== Header ===== */
.terms-header h1 {
  font-size: 58px;
  text-align: left;
  color: #641e1e;
  margin-top: 215px;
  margin-bottom: 40px;
}

/* ===== Content Sections ===== */
#terms {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.terms-section {
  margin-bottom: 40px;
  text-align: left;
}

.terms-section h2 {
  font-size: 22px;
  color: #730101;
  margin-bottom: 15px;
}

.terms-section p {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}

/* ===== Emphasis ===== */
.terms-section em {
  color: #730101;
  font-style: italic;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  #terms {
    max-width: 95%;
  }

  .terms-header h1 {
    font-size: 36px;
  }

  .terms-section h2 {
    font-size: 20px;
  }
}
