.feature-buckets{background-color:#fcf9e0;padding-top:2.8rem;padding-bottom:2.8em}.feature-buckets__heading{text-align:center;margin-bottom:1em;font-size:clamp(2.25em,4vw,3em);line-height:1.3}.feature-buckets__buckets{max-width:22em;flex-direction:column;gap:3rem;margin:0 auto;display:flex}@media screen and (width>=900px){.feature-buckets__buckets{max-width:100rem;flex-direction:row;gap:0;font-size:1.125vw}}@media screen and (width>=1420px){.feature-buckets__buckets{font-size:1em}}.feature-buckets__bucket{grid-gap:1.25rem 2rem;text-align:center;flex:auto;padding:0 3%;list-style:none;display:grid}@media screen and (width>=900px){.feature-buckets__bucket{text-align:left;grid-template-columns:max-content 1fr;grid-template-areas:"icon subheading""icon copy"}.feature-buckets__bucket:not(:last-child){border-right:2px solid #2c6439}.feature-buckets__icon{grid-area:icon}}.feature-buckets__icon img{height:3rem;width:3rem;display:inline-block}.feature-buckets__subheading{white-space:nowrap;margin-bottom:0;font-size:1.5rem;line-height:1}@media screen and (width>=900px){.feature-buckets__subheading{grid-area:subheading}}.feature-buckets__copy{margin-bottom:0;font-size:1.125em;line-height:1.3}@media screen and (width>=900px){.feature-buckets__copy{grid-area:copy}}.feature-buckets__button{z-index:0;padding-top:4rem;position:relative}