.text-with-icons{display:grid;gap:var(--spacing-8);justify-content:var(--text-with-icons-justify-wrapper,initial);text-align:var(--text-with-icons-text-align)}.text-with-icons:before{background:rgb(var(--content-over-media-overlay));border-radius:inherit;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transition:background .2s ease-in-out;z-index:0}.text-with-icons__list{align-items:start;display:flex;gap:1.25rem;grid:auto/var(--text-with-icons-template);min-width:0}.text-with-icons__item{align-items:center;display:inline-flex;flex-direction:column;gap:var(--text-with-icons-gap);justify-items:var(--text-with-icons-justify)}.text-with-icons__text-wrapper{flex:1}.text-with-icons__description{margin-top:var(--spacing-4)}.text-with-icons .icon-block{aspect-ratio:1/1}@media screen and (min-width:700px){.text-with-icons .icon-block{padding:var(--icon-padding-desktop)}.text-with-icons__list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.text-with-icons__item{align-items:var(--text-with-icons-justify);width:var(--column-width-mobile)}}@media screen and (min-width:1000px){.text-with-icons__item{width:var(--column-width-desktop)}}@media screen and (min-width:1150px){:not(.is-scrollable) .text-with-icons__list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}:not(.is-scrollable) .text-with-icons__item{width:var(--column-width-desktop)}}@media screen and (max-width:699px){.text-with-icons .icon-block{padding:var(--icon-padding-mobile)}.text-with-icons__list{align-items:start;display:grid;grid:auto/var(--text-with-icons-template);min-width:0;row-gap:var(--spacing-5)}.text-with-icons.single-column-mobile .text-with-icons__item{flex-direction:row;gap:1rem}.text-with-icons.single-column-mobile .text-with-icons__item .icon-block{padding:0}.text-with-icons.single-column-mobile .text-with-icons__item .image-icon{padding:.375rem}.text-with-icons.single-column-mobile .text-with-icons__item .icon-block,.text-with-icons.single-column-mobile .text-with-icons__item .image-icon{--mobile-icon-max-width:4.5rem;height:4.5rem;width:4.5rem}.text-with-icons.single-column-mobile .text-with-icons__item .text-with-icons__text-wrapper{text-align:left}.text-with-icons.single-column-mobile--stacked .text-with-icons__list{gap:2rem}}