.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;padding:10px;width:32%}.card__text h2{color:#e36324;font-family:Didact Gothic,sans-serif;font-size:24px;font-style:normal;font-weight:400;text-decoration:none;text-transform:none}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}.cards__card a.button{background:#4ac0d9;border:none;color:#fff;display:inline-block;font-size:18px;margin:0 0 20px 15px;padding:5px 20px!important;transition:all .3s;width:max-content}.cards__card a.button:focus,.cards__card a.button:hover{background:#6cc8dd;color:#fff}@media only screen and (max-width:426px){.cards{display:block}.cards__card{flex-direction:row;width:100%}}