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