.ptxb {
  --ptxb-bg: #010409;
  --ptxb-card: #16181d;
  --ptxb-fg: #fff;
  --ptxb-mut: #8c9095;
  --ptxb-acc: #a3c618;
  --ptxb-max: 1600px;
  --ptxb-font: "Finlandica Text", "Finlandica", sans-serif;
  background: var(--ptxb-bg);
  color: var(--ptxb-fg);
  font-family: var(--ptxb-font);
  padding: 16px 0 56px;
}

.ptxb *,
.ptxb *::before,
.ptxb *::after {
  box-sizing: border-box;
}

.ptxb-in {
  width: 100%;
  max-width: var(--ptxb-max);
  margin: 0 auto;
  padding: 0 16px;
}

.ptxb-box {
  padding: 36px 40px 40px;
  border-radius: 16px;
  background: var(--ptxb-card);
}

.ptxb-h {
  margin: 0 0 12px;
  color: var(--ptxb-fg);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.15;
}

.ptxb-cap {
  margin: 0 0 24px;
  color: var(--ptxb-mut);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.ptxb-txt {
  color: var(--ptxb-fg);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.ptxb-txt,
.ptxb-txt p,
.ptxb-txt span,
.ptxb-txt em,
.ptxb-txt strong,
.ptxb-txt b,
.ptxb-txt li,
.ptxb-txt td,
.ptxb-txt th,
.ptxb-txt h1,
.ptxb-txt h2,
.ptxb-txt h3,
.ptxb-txt h4,
.ptxb-txt h5 {
  color: var(--ptxb-fg) !important;
}

.ptxb-txt p {
  margin: 0 0 14px;
}

.ptxb-txt h1,
.ptxb-txt h2,
.ptxb-txt h3,
.ptxb-txt h4 {
  margin: 24px 0 12px;
  font-weight: 500;
  line-height: 1.25;
}

.ptxb-txt h1,
.ptxb-txt h2 {
  font-size: clamp(22px, 2vw, 28px);
}

.ptxb-txt h3 {
  font-size: 18px;
}

.ptxb-txt ul,
.ptxb-txt ol {
  margin: 0 0 16px;
  padding: 0 0 0 1.35em;
}

.ptxb-txt li {
  margin: 0 0 8px;
}

.ptxb-txt ol {
  list-style: decimal;
}

.ptxb-txt ol li::marker {
  color: var(--ptxb-acc);
  font-weight: 500;
}

.ptxb-txt a {
  color: var(--ptxb-acc) !important;
  text-decoration: none;
}

.ptxb-txt a:hover,
.ptxb-txt a:focus-visible {
  text-decoration: underline;
}

.ptxb-txt blockquote {
  position: relative;
  margin: 40px 0 28px;
  padding: 8px 12px 0;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  color: var(--ptxb-fg) !important;
}

.ptxb-txt blockquote::before {
  content: "“";
  display: block;
  margin: 0 0 16px;
  color: var(--ptxb-acc);
  font-family: var(--ptxb-font);
  font-size: 56px;
  font-weight: 500;
  line-height: 0.7;
}

.ptxb-txt blockquote::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 28px auto 0;
  background: #2a2c35;
}

.ptxb-txt blockquote p,
.ptxb-txt blockquote div,
.ptxb-txt blockquote span {
  margin: 0;
  color: var(--ptxb-fg) !important;
  font-family: var(--ptxb-font) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  text-align: center;
}

.ptxb-txt img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.ptxb-txt table {
  width: 100%;
  margin: 0 0 16px;
  border-collapse: collapse;
}

.ptxb-txt th,
.ptxb-txt td {
  padding: 8px 10px;
  border-bottom: 1px solid #2a2c35;
  text-align: left;
}

@media (max-width: 640px) {
  .ptxb-box {
    padding: 24px 16px 28px;
    border-radius: 12px;
  }
}
