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