.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cards__card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 20px;max-width:100%;width:250px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card__image{height:auto;max-width:130px;width:100%;margin:0 0 12px}.card__text{padding:0 1rem;text-align:center;width:100%;font-size:17px}@media(max-width:767px){.cards{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}