.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{display:flex;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;box-shadow:0 0 10px 0 rgb(0 0 0/15%);margin-bottom:1.4rem;max-width:100%;width:325px}.card__image{border-radius:12px 12px 0 0;height:auto;margin:0 auto;max-width:100%;padding:0}.card__text{margin-bottom:40px;padding:25px;width:100%}.card__text h4{font-size:22px;line-height:1.5;margin-bottom:30px}.card__button-wrapper{bottom:0;margin-bottom:40px;position:absolute}@media (max-width:767px){.cards{display:inline}.cards__card{display:inline-block;width:100%}.card__button-wrapper{margin-bottom:20px;position:relative}}