.cards{display:flex;flex-wrap:wrap;gap:12px}.cards__card{background:#fff;border-radius:3px;display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(33.333% - 8px)}.cards__card h3{font-size:24px;margin-bottom:12px}.cards__card p{font-size:19px}.card__image{border-radius:3px 3px 0 0;height:250px;margin-bottom:12px;object-fit:cover;width:100%}.card__text{flex-grow:1;padding:0 .7rem;width:100%}.cards__card .button{display:block;font-size:19px;margin:auto auto 24px;padding:8px auto}.cards__card .button:hover{text-decoration:none}@media screen and (max-width:767px){.cards{flex-direction:column}.cards__card{width:100%}}.card__text{display:flex;flex-direction:column;justify-content:space-between}