.s-text-cards-grid{display:grid;gap:var(--grid-static-xxl)}.s-text-cards-grid__header{display:grid;gap:var(--grid-static-md)}.s-text-cards-grid__list{display:grid;gap:var(--grid-section-sm);grid-template-columns:1fr}.s-text-cards-grid__legend{align-items:center;color:var(--text-subdued);display:flex;flex-direction:row;font-size:var(--font-body-lg);font-weight:600;gap:.5rem;justify-content:flex-start}.s-text-cards-grid__legend-icon--wrapper{-o-object-fit:contain;object-fit:contain;width:2rem}.s-text-cards-grid__legend-icon{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media only screen and (min-width:48em){.s-text-cards-grid--2-columns .s-text-cards-grid__list,.s-text-cards-grid__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64em){.s-text-cards-grid--3-columns .s-text-cards-grid__list{grid-template-columns:repeat(3,1fr)}.s-text-cards-grid--4-columns .s-text-cards-grid__list{grid-template-columns:repeat(4,1fr)}}