.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.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%}.card a{border-bottom:1px solid #271c16;color:#271c16;display:block;font-size:18px;margin:auto;padding-bottom:5px;text-align:center;text-decoration:none}.card h3{font-weight:400}@media (max-width:900px){.cards{flex-wrap:wrap;justify-content:center}}