section .value-wrapper{margin-inline:var(--center-margin);padding:var(--p-lrg) 0;width:var(--container-max-width)}section .value-wrapper h2{padding-bottom:var(--p-xsml);text-align:center;width:100%}section .value-wrapper .value-grid{align-items:center;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;justify-content:center}section .value-wrapper .value-grid .item{align-items:center;align-items:stretch;background-color:var(--color-cool-white);border:1px solid var(--color-cool-grey);border-radius:8px;padding:var(--p-sml);width:min(100% - 1rem,320px)}section .value-wrapper .value-grid .item p.icon-wrapper{text-align:center}section .value-wrapper .value-grid .item .icon-wrapper span.icon span span svg{height:auto;width:4.4rem}section .value-wrapper .value-grid .item p,section .value-wrapper .value-grid .item p.title{text-align:center;width:100%}section .value-wrapper .value-grid .item p.title{font-size:1.2rem;font-weight:900}