
  .terms-section {
    padding: 60px 20px;
   
    background-color: #f9f9f9;
    color: #333;
  }

  .terms-section .container {
    max-width: 960px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  }

  .terms-section h1 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #222;
    border-bottom: 3px solid #007BFF;
    padding-bottom: 10px;
  }

  .terms-section h2 {
    margin-top: 30px;
    font-size: 22px;
    color: #007BFF;
  }

  .terms-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
  }

  .terms-section a {
    color: #007BFF;
    text-decoration: none;
  }

  .terms-section a:hover {
    text-decoration: underline;
  }

  @media (max-width: 600px) {
    .terms-section h1 {
      font-size: 28px;
    }

    .terms-section h2 {
      font-size: 20px;
    }

    .terms-section p {
      font-size: 15px;
    }
  }
