.cards{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cards,.cards__card{display:-webkit-box;display:-ms-flexbox;display:flex}.cards__card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;-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;margin:0 0 12px;max-width:130px;width:100%}.card__text{font-size:17px;padding:0 1rem;text-align:center;width:100%}@media (max-width:767px){.cards{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}