.card_wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.card{border:1px solid #d2e2e5;border-radius:5px;box-shadow:0 1px 2px 0 #d2e2e5;color:#000;cursor:pointer;display:inline-block;height:auto;min-height:auto;padding:2rem;position:relative;text-align:left;text-decoration:none}.card:hover{box-shadow:0 2px 8px 0 #d2e2e5}.card_image{display:block;height:auto;margin-bottom:2rem;max-width:100%}.card h2{font-size:32px;line-height:1.2;margin-bottom:1rem}.card p{font-family:Montserrat,sans-serif;font-size:16px;margin:0 0 1rem;max-width:600px}.card p,.card_text{display:block;max-height:none;overflow:visible;white-space:normal}.card_text{margin-bottom:1rem}.card_text p{margin:0 0 1rem}.card_cta,.card_text p:last-child{margin-bottom:0}.card_cta{align-items:center;display:flex;font-weight:600;gap:.5rem;justify-content:space-between;margin-top:.75rem;width:100%}.icon{flex-shrink:0;font-size:25px;line-height:1;transform:translate(0);transition:.5s ease}.card:hover .icon{transform:translate(8px)}@media only screen and (max-width:767px){.card_wrapper{flex-direction:column}.card{width:100%!important}}