  .terms-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px; /* Left and right padding */
  }

  .terms-box {
    background-color: #f9f9f9;
    border-left: 4px solid #4CAF50;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: #333;
  }

  .terms-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    text-align: center;
  }

  .terms-box p {
    margin: 0 0 12px;
  }