.pp-main{}

.pp-section{}

.pp-col{
  max-width:720px;
  margin-inline:auto;
}

.pp-section .pp-col{
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.pp-intro .pp-col{
  text-align:center;
}

.pp-intro .pp-col p{
  text-align:left;
}

.pp-section h2{
  margin-top:var(--space-3);
}

.pp-section h3{
  margin-top:var(--space-4);
}

.pp-section{
  border-bottom:1px solid var(--color-border);
}

.pp-section:last-child{
  border-bottom:none;
}

@media (max-width:600px){
  .pp-col{
    padding-inline:0.2rem;
  }
}
