.cg-page{}

.cg-intro__inner{
  max-width:720px;
  margin-inline:auto;
  text-align:left;
}

.cg-section{
  border-top:1px solid var(--color-border-soft);
}

.cg-block{
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
  min-width:0;
}

.cg-block--narrow{
  max-width:720px;
  margin-inline:auto;
}

.cg-block--medium{
  max-width:760px;
}

.cg-article{
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
  padding-bottom:var(--space-4);
  border-bottom:1px solid var(--color-border-soft);
}

.cg-article:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.cg-sub{
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}

@media (max-width:768px){
  .cg-block--medium,
  .cg-block--narrow{
    max-width:100%;
  }
}
