.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.card__image{cursor:pointer !important}@media(max-width:768px){.cards{display:grid;grid-template-columns:50% 50%}.cards__card{margin:auto}}@media(max-width:510px){.cards{display:grid;grid-template-columns:100%}.cards__card{margin:auto;text-align:center}}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:300px}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}