.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{align-items:center;align-content:baseline;display:flex;flex-wrap:wrap;margin:1rem 0;max-width:100%;width:33%}.card__image{height:auto;max-width:90px;padding:10px;width:100%;margin:0 auto}.card__text{padding:0 1rem;text-align:center;width:100%}@media (max-width:768px){.cards{flex-wrap:wrap;flex-direction:column}.cards__card{width:100%}}