.terms-section {
    padding: 60px 20px;
    background-color: #ffffff;
    color: #2d3748;
  }
  
  .terms-container {
    max-width: 900px;
    margin: auto;
  }
  
  .terms-container h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .terms-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  
  .terms-container h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #4a5568;
  }
  
  .terms-container a {
    color: #667eea;
    text-decoration: none;
  }
  
  .terms-container a:hover {
    text-decoration: underline;
  }
  