.terms-of-service {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
    width: 90%;
  }
  
  .terms-of-service h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.3em;
  }
  
  .terms-of-service h2 {
    font-size: 1.2rem;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #222;
    border-left: 4px solid #0073aa;
    padding-left: 0.5em;
  }
  
  .terms-of-service p {
    margin-bottom: 1.2em;
  }
  
  .terms-of-service ul {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .terms-of-service li {
    list-style: disc;
    margin-bottom: 0.5em;
  }
  
  .terms-of-service .copyright {
    margin-top: 2em;
    font-size: 0.9rem;
    text-align: center;
    color: #666;
  }
  
  @media screen and (max-width: 768px) {
    .terms-of-service h1 {
        font-size: 1.6rem;
    }

    .terms-of-service {
        padding: 0;
        margin: 0 auto;
    }
  }