.support-boxes{align-items:stretch;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.support-box{background-position:50%;background-size:cover;box-sizing:border-box;height:100%;padding:2rem}.support-box,.support-box-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.support-box-content{color:#fff;text-align:center;width:100%}.support-box-content h3{font-size:clamp(1rem,1.7vw,2rem);font-weight:700;margin:0 0 .5rem}.support-box-copy{font-size:clamp(1rem,1.7vw,2rem);font-weight:300;margin:.5rem 0}.support-box-content .button-wrapper{margin:2rem 0}