.manifest-hero {
  text-align: center;
}

.brand-emblem {
  margin: 0 auto 22px;
  width: 46px;
  height: 46px;
}

.manifest-body {
  max-width: 820px;
  padding: 30px 0 110px;
}

.manifest-body p {
  color: #d2cabd;
  font-size: 1.12rem;
  line-height: 1.95;
  margin: 0 0 28px;
}

.manifest-body p:first-child {
  font-size: 1.35rem;
  color: var(--text);
}

.manifest-body p:nth-child(odd) {
  color: #e0d7ca;
}

.manifest-body::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: var(--gold);
  opacity: .7;
  margin: 0 auto 48px;
}