.privacy-page {
  width: 100%;
}

.privacy-section {
  display: flex;
  justify-content: center;
}

.intro-block,
.text-section,
.content,
.rights,
.closing-text {
  width: 100%;
  max-width: 720px;
}

.content-group {
  width: 100%;
  max-width: 760px;
}

.intro-block {
  margin-inline: auto;
}

.text-section,
.content,
.rights,
.closing-text,
.content-group {
  margin-inline: auto;
}

.privacy-section ul {
  margin-bottom: var(--space-4);
  padding-left: 1.2em;
}

.privacy-section li {
  margin-bottom: var(--space-2);
  color: var(--color-text-secondary);
}

.privacy-section h3 {
  margin-top: var(--space-5);
}

.privacy-section + .privacy-section {
  border-top: 1px solid var(--color-border-muted);
}

@media (max-width: 768px) {
  .intro-block,
  .text-section,
  .content,
  .rights,
  .closing-text,
  .content-group {
    max-width: 100%;
  }
}
