.card-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:1em;height:100%;justify-content:space-between}.card__card{box-sizing:border-box;display:flex;flex:1 0 auto;flex-direction:column;flex-wrap:nowrap;margin-bottom:1.4rem;max-width:23%;padding:0 .7rem}.card__text{flex-grow:1}.card__link-wrapper{display:block;margin-top:auto;text-align:right}.card__link{color:inherit;margin-left:auto;text-decoration:none}@media screen and (max-width:767px){.card-wrapper{flex-wrap:wrap}.card__card{max-width:100%;width:100%}}