.terms-page{}

.terms-hero-container{
  max-width:700px;
  margin-inline:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.terms-two-col > *{
  grid-column:span 6;
}

.terms-three-col > *{
  grid-column:span 4;
}

.terms-asym > *:nth-child(1){
  grid-column:span 7;
}

.terms-asym > *:nth-child(2){
  grid-column:span 5;
}

.terms-asym > *:nth-child(3){
  grid-column:span 5;
}

.terms-asym{
  align-items:start;
}

.terms-wide{
  max-width:640px;
}

.terms-narrow{
  max-width:700px;
}

.terms-end{
  max-width:800px;
}

@media (max-width:768px){
  .terms-two-col > *,
  .terms-three-col > *,
  .terms-asym > *{
    grid-column:span 1 !important;
  }

  .terms-narrow,
  .terms-end{
    max-width:100%;
  }
}
