2026 Power of the Purse
.pops-two-col { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; } /* Default: tablet + mobile = single column */ .pops-two-col > .pops-col { flex: 0 0 100%; max-width: 100%; } /* Desktop: two columns */ @media (min-width: 1025px) { .pops-two-col { flex-wrap: nowrap; } .pops-two-col > .pops-col { flex: 1 1 0; max-width: […]