.card-section{--threshold:50rem;--cards-gap:2rem;text-align:center}.card-section__title{margin-bottom:0}.card-section__title+*{margin-top:3rem}.card-section__cards-wrapper{width:100%}.card-section__cards{display:flex;flex-wrap:wrap;margin:calc((var(--cards-gap) / 2) * -1)}.card{flex-grow:1;flex-basis:calc((var(--threshold) - (100% - var(--cards-gap))) * 999);max-width:100%;margin:calc(var(--cards-gap) / 2);padding:2rem 3rem;border-radius:8px;box-shadow:5px 8px 32px rgba(5,17,70,0.05);text-align:center;display:flex;flex-direction:column;transition:all 75ms ease-out;transition-property:box-shadow,transform}.card:hover,.card:focus-within{transition-duration:300ms;box-shadow:5px 8px 81px rgba(5,17,70,0.129179);transform:scale(1.025)}.card>*{margin-bottom:0;max-width:350px;margin-left:auto;margin-right:auto}.card>*+*{margin-top:.9rem}.card:nth-last-child(n+4),.card:nth-last-child(n+4) ~ *{flex-basis:100%}.card__image-wrapper{flex-grow:1;display:flex;justify-content:center;align-items:center}.card__image{max-width:175px;max-height:175px;width:auto;height:auto}.card__text{font-size:.9rem}