.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));justify-content:space-between}.cards__card{align-items:flex-start;display:flex;flex-wrap:wrap;max-width:100%;min-height:100%;position:relative;z-index:1}.card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.cards__card .flex-col .underline-an{margin-right:5%;max-width:95%}.card__image{margin:0 auto;max-width:100%}img.card__image{object-fit:cover;object-position:center}.card__text{height:100%;width:100%}.card__link{padding:30px 0 8px}@media screen and (max-width:768px){.cards{flex-wrap:wrap;justify-content:center;place-items:center}.card__image{height:100%}}