#polityka .display { padding-top: calc(var(--pad-y) - 24px); }
.polityka-tresc h2.sub-h { margin-top: 44px; margin-bottom: 12px; }
.polityka-tresc p.body { max-width: 70ch; }
.polityka-lista { list-style: none; margin: 0 0 18px; padding: 0; max-width: 70ch; }
.polityka-lista li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 16px; line-height: 1.7; color: var(--ink-600); font-weight: 300; }
.polityka-lista li::before { content: ''; position: absolute; left: 0; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--brick-600); }
.polityka-tresc a { color: var(--brick-600); }
