.card-grid-section{max-width:var(--container-max-width);text-align:center;margin-bottom:5rem;margin-left:auto;margin-right:auto;padding:0 1.5rem}.card-grid-title{color:var(--primary-text);margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.card-grid-title{font-size:2.441rem}}.card-grid-divider{background-color:var(--interactive-blue);width:6rem;height:4px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.card-grid{text-align:left;grid-template-columns:1fr;grid-auto-flow:dense;gap:2rem;display:grid}@media (min-width:640px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width:1024px){.grid-item-large{grid-column:span 2}}
