.cards{background-color:#ebebeb;border-radius:20px;display:flex;flex-wrap:nowrap;justify-content:space-evenly;padding:30px 0}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;max-width:100%;width:400px}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}@media (max-width:768px){.cards{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}.cards__card{width:100%}}