/* ==========================================================================
   "Why Choose Us" home section (template-parts/home/home-why-choose-us.php)
   — a two-column grid checklist plus the intro copy, stat row and CTA that
   sit above it. The two-col layout, check-list, stat-row and floating-badge
   base styles it builds on live in pages/program-category.css.
   ========================================================================== */
.check-list--grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 28px;
}

.stat-row + .btn,
.check-list--grid + .stat-row {
	margin-top: 4px;
}
