.manifesto-inline .prose {
  max-width: none;
  width: 100%;
}
.manifesto-inline .prose p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}
.circle-purpose .prose {
  max-width: none;
  width: 100%;
}
.circle-purpose .prose p,
.circle-purpose .prose li {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}
.page-head + .manifesto-inline {
  padding-top: 10px;
}
.manifesto-symbol {
  float: right;
  width: 230px;
  height: auto;
  margin: 2px 0 18px 34px;
  shape-outside: circle(50%);
  shape-margin: 14px;
  mix-blend-mode: multiply;
}
.manifesto-inline .prose::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 700px) {
  .manifesto-symbol {
    float: none;
    display: block;
    width: 180px;
    margin: 0 auto 20px;
    shape-outside: none;
  }
}
.circle-purpose .prose ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  top: 9px;
}
