.cards{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}@media(min-width:768px){.cards{flex-direction:row}}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%}@media(min-width:768px){.cards__card{width:33%}}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}