.cards{display:flex;flex-wrap:nowrap;justify-content:center;padding-top:3rem}.cards__label{text-align:center}.card{align-items:center;border:1px solid #cbe8f8;border-radius:15px;box-shadow:0 2px 20px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;margin:0 15px;padding:1.5rem .75rem;transform:scale(1);width:20%}.card,.card:hover{transition:box-shadow .3s;transition:scale .3s ease-in-out}.card:hover{box-shadow:0 2px 25px 0 rgba(0,0,0,.15);transform:scale(1.02)}@media screen and (max-width:767px){.card{margin:1rem 0;width:auto}}.card__text,.card__title{text-align:center}.card__text{font-size:14px;font-weight:300;line-height:1.5}.card__image img{height:auto;max-width:100%}.card__button{font-size:14px;margin-top:1rem}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.card{align-items:stretch;text-align:center}}