
<!-- CSS -->
<style>


  .page-divider {
    height: 1px;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .privacy-security-section {
    padding: 80px 0;
    background-color: #f9f9f9;
  }

  .privacy-content {
    max-width: 900px;
    margin: 0 auto;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 80px;
    color: #000;
  }

  h2 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  ol {
    margin-left: 20px;
    margin-bottom: 20px;
  }

  li {
    margin-bottom: 10px;
  }
</style>
