.cards{justify-content:space-between}.cards,.cards__card{display:flex;flex-wrap:wrap}.cards__card{align-items:flex-start;border:1px solid #000;margin-bottom:1.4rem;max-width:100%;width:32%}.cards__card.horizontal{flex-flow:row}.card__image{display:flex;height:auto;margin:0 auto;max-width:100%;padding:0 .7rem}.card__text{padding:0 .7rem;width:100%}.card__text h3{font-size:24px}@media (max-width:980px){.cards__card{width:100%}}@media (max-width:767px){.cards__card.horizontal{flex-flow:column}}