.m-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));justify-content:space-between}.m-cards__card{align-items:flex-start;display:flex;flex-wrap:wrap;max-width:100%;min-height:100%;position:relative;z-index:1}.m-card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.m-card__image{margin:0 auto;max-width:100%}.m-card__text{display:flex;flex-direction:column;height:100%;width:100%}.m-card__link{align-items:flex-end;display:flex;flex-grow:1;flex-wrap:wrap;padding:30px 0 0}.m-card__link span{width:100%}@media screen and (max-width:768px){.m-cards{flex-wrap:wrap;justify-content:center;place-items:center}.m-cards__card{width:100%}.m-card__image{height:100%}}