 .privacy-container {
      max-width: 100%;
      margin: 60px auto;
      background: #fff;
      padding: 50px;
      border-radius: 10px;
      margin-top: 10px;
    }

    .privacy-container h1 {
      font-size: 1.75rem !important;
      color: #054b7a;
      /* margin-top: 20px; */
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;
    }

    .privacy-container  h5 {
      color: #054b7a !important;
      font-weight: 600 !important;
      margin-bottom: 15px !important;
    }

    .privacy-container p,
    .privacy-container li {
      line-height: 1.7;
    }

    .privacy-container ul {
      padding-left: 20px;
    }

       .privacy-container .section-title {
      margin-top: 60px;
    }

    .bullet-paragraph::before {
      content: "•";
      color: #000;
      font-size: 1.3rem;
      margin-right: 5px;
      line-height: 1;
    }