.cards{display:grid;gap:2em;grid-auto-columns:1fr;grid-auto-flow:column}@media screen and (min-width:768px) and (max-width:1340px){.cards{grid-auto-columns:auto;grid-auto-flow:row;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.cards{grid-auto-columns:100%;grid-auto-flow:row}}.card{background:#fff;border-top:6px solid #000;box-shadow:0 15px 20px 0 rgba(0,0,0,.1);padding:1.5rem 1rem;position:relative;transform:scale(1);transition:box-shadow .3s;transition:scale .3s ease-in-out}.card.blue{border-top:6px solid #286ef1}.card.blue-teal{border-top:6px solid #1681c6}.card.teal{border-top:6px solid #04949b}.card.teal-green{border-top:6px solid #10a887}.card.green{border-top:6px solid #1dbc74}.card:hover{box-shadow:0 2px 25px 0 rgba(0,0,0,.15);transform:scale(1.02);transition:box-shadow .3s;transition:scale .3s ease-in-out}.card__image{margin-bottom:1rem}h4.card__title{line-height:1.2;margin-top:0}.card__text{font-size:22px}.card__image img{height:auto;max-width:100%}.card__button-wrap{margin-top:2em}a.card__button{border-bottom:4px solid #000;bottom:1rem;color:#000;font-family:aktiv-grotesk-extended,sans-serif;font-weight:500;position:absolute;right:1rem;text-decoration:none}a.card__button:hover{border-bottom:4px solid #286ef1;color:#286ef1}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.card{align-items:stretch;text-align:center}}