.cards{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}@media (min-width:1024px){.cards{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.cards__card{-webkit-box-align:left;-ms-flex-align:left;-ms-flex-item-align:start;align-items:left;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0;max-width:100%;width:100%}.card__image{height:auto;max-width:250px;padding:10px;width:100%}.card__text{padding:0 1rem;text-align:left;width:100%}