.cards{display:flex;flex-wrap:wrap}.cards__card{box-shadow:0 2px 9px 0 rgba(0,0,0,.2);margin-bottom:1.4rem;max-width:100%;min-height:auto;text-align:center;width:100%}.card__image{align-items:center;background:#f6f6f6;border-radius:8px 8px 0 0;display:flex;height:108px;justify-content:center;margin:0 auto 20px;padding:.7rem;width:100%}.card__image img{align-self:center}.card__text{padding:0 .7rem;width:100%}.card__text h6{margin-bottom:15px}.card__text p{font-size:14px!important}@media (min-width:776px){.cards{flex-wrap:nowrap}.cards__card{margin-right:.8rem;min-height:335px;width:300px}.cards__card:last-child{margin-right:0}.card__text{padding:0 1rem}}