.manifesto-page {
    background: #fff;
}
.manifesto-hero {
    padding: 120px 20px 80px;
}
.manifesto-container {
    max-width: 720px;
    margin: 0 auto;
}
.manifesto-meta {
    font-size: 12px;
    opacity: 0.6;
}
.manifesto-image-section {
    padding: 0 20px 80px;
    background: #fff;
}
.manifesto-image-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.manifesto-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.manifesto-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px 120px;
}
.manifesto-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: #111;
    margin: 0;
}
.manifesto-tagline {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 44px 0 44px;
}
.manifesto-section h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111;
    margin: 72px 0 28px;
}
.manifesto-section ul {
	margin: 22px 0 28px;
    padding: 0;
    list-style: none;
}
.manifesto-section li {
    position: relative;
    font-size: 18px;
    line-height: 1.65;
    color: #333;
    padding-left: 22px;
    margin-bottom: 12px;
}
.manifesto-section li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #111;
}
.manifesto-callout {
    border-left: 3px solid #111;
    padding: 22px 0 22px 24px;
    margin: 34px 0;
}
.manifesto-callout p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 750;
    color: #111;
    margin: 0;
}
.manifesto-question {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #111;
    margin: 28px 0;
}
@media (max-width: 768px) {
.manifesto-hero {
  padding: 58px 18px 42px;
}

.manifesto-title {
  font-size: 36px;
  line-height: 1.16;
}

.manifesto-question {
  font-size: 19px !important;
}

.manifesto-section h2 {
  font-size: 25px;
}

.manifesto-callout p {
  font-size: 20px;
}
.manifesto-tagline {
  font-size: 22px;
  margin-bottom: 32px;
}
}