.seo-text {
  padding: 48px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
}
.seo-text h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.seo-text h3 {
  margin: 26px 0 12px;
  color: var(--brand);
  font-size: 18px;
}
.seo-text h3:first-of-type {
  margin-top: 0;
}
.seo-text p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.7;
}
.seo-text strong {
  color: var(--ink);
  font-weight: 600;
}
.seo-text ul,
.seo-text ol {
  margin: 0 0 14px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.7;
}
.seo-text ul {
  list-style: disc;
}
.seo-text ol {
  list-style: decimal;
}
.seo-text a {
  color: var(--brand);
  font-weight: 600;
}
.seo-text iframe {
  display: block;
  max-width: 100%;
  margin: 0 0 14px;
  border: 0;
  border-radius: var(--radius);
}

/*# sourceMappingURL=prosty_tekst.css.map */
