.s-text-col-images{padding-block:calc(var(--grid-section-lg) + var(--grid-section-sm));width:100%}.s-text-col-images__container{display:grid;gap:var(--grid-section-md);justify-items:center}.s-text-col-images__columns{display:grid;gap:0}.s-text-col-images__column{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;padding-block:1rem;width:100%}.s-text-col-images__column-text{display:grid;gap:.25rem;width:100%}.s-text-col-images__image{flex-shrink:0;width:var(--image-width-mobile)}.s-text-col-images__heading{font-size:var(--font-responsive-sm);font-weight:var(--weight-body-bold)}@media only screen and (min-width:30em){.s-text-col-images__columns{gap:var(--grid-responsive-lg);grid-template-columns:repeat(2,minmax(0,1fr))}.s-text-col-images__column{align-content:flex-start;align-items:flex-start;display:grid;gap:1.25rem;justify-content:stretch;justify-items:center;text-align:center}}@media only screen and (min-width:48em){.s-text-col-images__columns{grid-template-columns:repeat(3,minmax(0,1fr))}.s-text-col-images__column{padding-block:2rem}}@media only screen and (min-width:64em){.s-text-col-images__image{width:var(--image-width-desktop)}}