.section-text-with-icons{padding-bottom:3rem;padding-top:3rem}.section-text-with-icons .page-width{container-type:inline-size}.section-text-with-icons .items{display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto;width:100%}.center-cards:is(.section-text-with-icons .items){justify-content:center}.section-text-with-icons .item{box-sizing:border-box;display:grid;flex:0 0 100%;max-width:100%;padding:1.5rem}@container (width >=450px){.section-text-with-icons .item{flex:0 0 50%;max-width:50%}}@container (width >=750px){.section-text-with-icons .item{flex:0 0 33.3333%;max-width:33.3333%}}@container (width >=990px){.section-text-with-icons .item{flex:0 0 25%;max-width:25%}}.section-text-with-icons svg{fill:var(--color-heading)}:is(.section-text-with-icons .icon-position--top) .item{justify-items:center;text-align:center}:is(.section-text-with-icons .icon-position--top) svg{height:3.2rem;width:auto}:is(.section-text-with-icons .icon-position--left) .item{align-items:center;gap:1em;grid-template:"icon heading" "empty content";grid-template-columns:min-content auto}:is(.section-text-with-icons .icon-position--left) svg{grid-area:icon;height:auto;width:3.2rem}:is(.section-text-with-icons .icon-position--left) .heading{align-items:center;grid-area:heading;margin:0}:is(.section-text-with-icons .icon-position--left) .content{grid-area:content}