.cards{display:grid;justify-content:center;justify-items:center}.cards__card{display:flex;flex-direction:column;flex-wrap:wrap;max-width:100%;padding:40px 48px}.card h4{font-size:36px;font-style:normal;font-weight:600;line-height:90%;text-transform:uppercase}.card__image img{height:auto;margin:0 auto;max-width:100%}.card__text{width:100%}.card .card__button,.card .card__button a{align-items:center;display:inline-flex}.card .card__button a{font-family:acumin-pro,sans-serif;font-size:18px;font-style:normal;font-weight:400;gap:5px;line-height:135%;text-decoration:none}.card .card__button .icon{max-height:20px;max-width:20px}@media screen and (max-width:991px){.cards{grid-template-columns:auto}}