
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}


.container {
    width: 12rem;
    margin: .2rem auto .9rem;
    background-color: #fff;
    padding: .37rem .61rem .5rem .57rem;
    border-radius: .3rem;
}

.container p {
    font-size: .22rem;
    line-height: .33rem;
    margin-bottom: .31rem;
    font-weight: 400;
    color: #333;
}

.container h3 {
    font-size: .22rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333;
    margin-bottom: .1rem;
}

.nav {
    display: flex;
}

.nav img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.nav p {
    margin:  4px 0 0 10px;
}

.privacy-policy {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 18px;
  }
  
  .policy-header {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
  }
  
  .policy-header h1 {
    color: #2c3e50;
    font-size: 24px;
    margin: 0;
  }
  
  .policy-content {
    margin-bottom: 30px;
  }
  
  .policy-section {
    margin-bottom: 25px;
  }
  
  .policy-section h2 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 10px;
    border-left: 4px solid #3498db;
    padding-left: 10px;
  }
  
  .policy-section p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 18px;
  }
  
  .policy-section ul {
    padding-left: 20px;
  }
  
  .policy-section li {
    margin-bottom: 8px;
    text-align: justify;
    font-size: 18px;
  }
  
  .policy-section a {
    color: #3498db;
    text-decoration: none;
    font-size: 18px;
  }
  
  .policy-section a:hover {
    text-decoration: underline;
  }
  
  .policy-footer {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    font-style: italic;
    color: #7f8c8d;
    font-size: 16px;
  }
  
  @media (max-width: 768px) {
    .privacy-policy {
      padding: 15px;
      font-size: 16px;
    }
  
    .policy-header h1 {
      font-size: 1.5rem;
    }
  
    .policy-section h2 {
      font-size: 1.2rem;
    }
  
    .policy-section p {
      font-size: 16px;
    }
  
    .policy-section li {
      font-size: 16px;
    }
  
    .policy-section a {
      font-size: 16px;
    }
  }