.cards{display:flex;flex-wrap:wrap;gap:1.25rem}.cards .carditem{background-color:var(--color_grey);display:flex;width:calc(50% - .625rem)}@media(max-width:767.98px){.cards .carditem{width:100%}}.cards .carditem .imagelink{flex-shrink:0}@media(max-width:767.98px){.cards .carditem .imagelink .image{height:auto;width:140px}}.cards .carditem .text{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem}