.cards{display:flex;flex-wrap:wrap;justify-content:center;padding-top:3rem}.card,.cards__label{text-align:center}.card{align-items:center;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;font-weight:600;height:auto;justify-content:center;line-height:18px;margin:1rem;min-height:25px;min-width:250px;padding:1rem 1.5rem;text-transform:uppercase;width:40%}@media screen and (max-width:767px){.card{margin:1rem 0 0;width:auto}}.card__title{margin:1rem 0;text-align:center}.card__text{font-size:14px;font-weight:300;line-height:1.5;text-align:center}.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}}