.cards{display:flex;display:grid;flex-wrap:wrap;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-content:space-between}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-grow:1;flex-wrap:wrap;margin-bottom:1.4rem}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}