.caqh-half-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px}.caqh-half-card>a{background:#fff;border-radius:20px 0 0 0;box-shadow:0 4px 20px rgba(0,0,0,.15);display:block;margin-bottom:2em;padding:2em}.caqh-half-card img{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutDown2;width:100%}.caqh-half-card img:hover{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutUp2}.caqh-half-card p a{color:#0072cd;font-size:20px;font-weight:700}.caqh-half-card p a:hover{color:#00309e}@media (max-width:1000px){.caqh-half-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.caqh-half-card{margin:0 auto;max-width:720px}}@media (max-width:640px){.caqh-half-cards{grid-template-columns:repeat(1,minmax(0,1fr))}}@keyframes slideOutUp2{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes slideOutDown2{0%{transform:translateY(-10px)}to{transform:translateY(0)}}