.privacy-page {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6
}

.privacy-page p+p,.privacy-page ul+p {
  margin-top: 1.25rem
}

.privacy-page h3 {
  counter-increment: section;
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  font-family: Cygre,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  --tw-text-opacity: 1;
  color: rgb(53 77 156 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .privacy-page h3 {
      font-size:24px
  }
}

.privacy-page ol,.privacy-page ul {
  margin-top: .75rem;
  display: grid;
  gap: 10px
}

@media (min-width: 1920px) {
  .privacy-page ol,.privacy-page ul {
      gap:1rem
  }
}

.privacy-page ol>li:has(p) {
  counter-increment: li
}

.privacy-page ol b {
  font-weight: 600
}

.privacy-page ol li p {
  display: flex;
  align-items: flex-start;
  gap: .25rem
}

.privacy-page ol li p:before {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(53 77 156 / var(--tw-text-opacity));
  --tw-content: counter(section)"."counter(li);
  content: var(--tw-content)
}

.privacy-page ol ol>li {
  counter-increment: plus
}

.privacy-page ol ol>li p:before {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(53 77 156 / var(--tw-text-opacity));
  --tw-content: counter(section)"."counter(li)"."counter(plus);
  content: var(--tw-content)
}

.privacy-page ul li {
  display: flex;
  align-items: flex-start;
  gap: .25rem
}

.privacy-page ul li:before {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(53 77 156 / var(--tw-text-opacity));
  --tw-content: "-";
  content: var(--tw-content)
}
