.cards{display:grid;grid-template-columns:repeat(4,1fr)}.cards__card{display:flex;flex-direction:column;gap:20px;justify-content:space-between}a.cards__card{color:inherit;cursor:pointer;text-decoration:none}.card__image{height:auto;max-width:100%}.card__text{display:flex;flex-direction:column;gap:10px}.card__cta{color:var(--text-unselected);margin-top:40px}.card__cta:hover{color:var(--text-primary)}@media screen and (max-width:991px){.cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.cards{grid-template-columns:1fr}}