/* ==========================================================================
   Privacy Policy & Terms and Conditions Page Styling
   ========================================================================== */

.terms-content-section {
  background-color: #FFFFFF;
  padding: 60px 0 90px 0;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}

.terms-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.terms-main-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0D2665;
  margin-bottom: 24px;
  line-height: 1.3;
}

.terms-intro-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 40px;
}

.terms-block {
  margin-bottom: 32px;
}

.terms-block h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0D2665;
  margin-bottom: 12px;
  line-height: 1.4;
}

.terms-block p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 12px;
}

.terms-list {
  list-style: disc;
  padding-left: 24px;
  margin: 12px 0 16px 0;
}

.terms-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .terms-content-section {
    padding: 40px 0 60px 0;
  }
  .terms-container {
    padding: 0 20px;
  }
  .terms-main-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .terms-block h3 {
    font-size: 18px;
  }
  .terms-intro-p,
  .terms-block p,
  .terms-list li {
    font-size: 14.5px;
  }
}
