.cards{display:grid;grid-template-columns:repeat(4,1fr)}.cards__card{display:flex;flex-direction:column;gap:20px}a.cards__card{color:inherit;cursor:pointer;text-decoration:none}.card__image{border-radius:6px;height:auto;max-width:100%}.card__subtitle{align-self:flex-start;background-color:var(--brand-50);border-radius:9999px;color:var(--brand-500);display:inline-block;font-size:14px;font-weight:500;line-height:1.4;margin-bottom:40px;padding:4px 12px}.card__text{display:flex;flex-direction:column;gap:10px}.card__cta{color:var(--brand-500);margin-top:20px}.card__cta:hover{color:var(--brand-700)}@media screen and (max-width:991px){.cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.cards{grid-template-columns:1fr}}