.tnc-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #ffffff;
  color: #333;
  padding: 40px 20px;
}

.tnc-wrapper {
  max-width: 1000px;
  margin: auto;
}

.tnc-main-title {
  font-size: 36px;
  font-weight: 500;
  color: #0b1f3a;
  margin-bottom: 10px;
}

.tnc-sub-text {
  font-size: 15px;
  color: #777;
  margin-bottom: 40px;
}

.tnc-section {
  margin-bottom: 35px;
}

.tnc-section h2 {
  font-size: 20px;
  color: #0b1f3a;
  margin-bottom: 10px;
  font-weight: 500;
}

.tnc-section p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

.tnc-section ul {
  padding-left: 18px;
}

.tnc-section ul li {
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .tnc-main-title {
    font-size: 28px;
  }

  .tnc-section h2 {
    font-size: 18px;
  }
}