.feature-items{--card-padding:28px;--card-border-radius:10px}.feature-items__items{list-style:none;margin:0;padding-left:0}@media (min-width:48rem){.feature-items__items{display:grid;gap:var(--row-gap,3rem) var(--column-gap,var(--gutter));grid-template-columns:repeat(var(--items-per-row),1fr)}}.feature-item{display:flex;flex-direction:column;margin:0}@media not screen and (min-width:48rem){.feature-item+.feature-item{margin-top:var(--row-gap,3rem)}}.feature-item.animate-on-scroll.is-visible{transition-delay:calc(var(--index)*var(--animation-duration)*.5 + var(--animation-delay))}.feature-item--card{background-color:var(--card-background-color,var(--background-secondary-color));border-radius:var(--card-border-radius);padding:var(--card-padding)}.feature-item--card:nth-child(2n){background-color:var(--alternate-card-background-color,var(--card-background-color,var(--background-secondary-color)))}.feature-item--link-whole-card{position:relative}.feature-item--link-whole-card a{position:relative;z-index:layers(top)}.feature-item--link-whole-card--buttons .buttons-wrapper a:first-of-type,.feature-item--link-whole-card--heading .theme-text__heading a{position:static}.feature-item--link-whole-card--buttons .buttons-wrapper a:first-of-type:before,.feature-item--link-whole-card--heading .theme-text__heading a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.feature-item .icon-wrapper{align-items:flex-end;margin-bottom:var(--icon-gap,1em)}.feature-item.text-left .icon-wrapper{justify-content:flex-start}.feature-item.text-center .icon-wrapper{justify-content:center}.feature-item.text-right .icon-wrapper{justify-content:flex-end}.feature-item .theme-text__heading{margin-top:0}.feature-item .theme-text__heading--icon-heading{gap:.75rem}.feature-item .theme-text__heading--icon-heading .icon-wrapper{align-items:center;justify-content:center}.feature-item .theme-text__heading+.subheading{font-weight:600}.feature-item .theme-text__heading+.subheading p{margin-top:.5rem}.feature-item .buttons-wrapper{margin-top:auto;padding-top:1rem}