.cards{column-gap:22.5px;justify-content:space-between}.cards,.cards__card{display:flex;flex-wrap:wrap}.cards__card{align-items:center;align-self:flex-start;box-shadow:0 0 40px 5px rgb(0 0 0/5%);margin-bottom:1.5rem;max-width:100%;width:calc(33.333% - 22.5px)}.card__image{height:auto;margin:0 auto 25px;max-height:214px;max-width:100%;object-fit:cover;object-position:center;padding:0}.card__text{padding:0 1rem .5rem;width:100%}.card__text h4{font-size:24px;margin:0 0 1rem}@media(max-width:991px){.cards__card{width:calc(50% - 22.5px)}}@media(max-width:767px){.cards{column-gap:0;display:block}.cards__card{width:100%}}