.zp-sectionHeader{
  display:grid;
  gap:10px;
  margin:0 0 var(--space-5);
}
.zp-sectionHeader.is-center{justify-items:center;text-align:center}
.zp-sectionHeader__p{
  margin:0;
  color:rgba(235,233,223,.72);
  font-size:1.05rem;
  max-width:70ch;
}
.zp-sectionHeader__rule{
  height:1px;
  width:min(680px,100%);
  background:linear-gradient(90deg,transparent,rgba(240,255,107,.22),rgba(199,255,0,.14),transparent);
  margin-top:10px;
}

