/* Additive only — module/pricing subpages reuse landing.css and legal.css almost
   entirely. This file exists for the handful of things neither already has. */
.persona-grid.cols-2{grid-template-columns:repeat(2,1fr)}
@media(max-width:820px){.persona-grid.cols-2{grid-template-columns:1fr}}
