.terms-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.terms-section .container {
  margin: 0 auto;
  background-color: transparent;
  padding: 40px 30px;
  border-radius: 12px;
}

.terms-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
  position: relative;
}

.terms-section h4 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #1e88e5;
}

.terms-section p,
.terms-section ul {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #444;
}

.terms-section ul {
  padding-left: 20px;
  list-style-type: disc;
}

.terms-section a {
  color: #1e88e5;
  text-decoration: underline;
}

.terms-section a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .terms-section .container {
    padding: 30px 20px;
  }

  .terms-section h2 {
    font-size: 26px;
  }

  .terms-section h4 {
    font-size: 18px;
  }
}
