.CAQH-res-cards{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}.CAQH-res-card{border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15);color:#000;overflow:hidden;text-decoration:none}.CAQH-res-card:hover .CAQH-res-card__body{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutUp2;color:#000}.CAQH-res-card__image{height:350px;position:relative}.CAQH-res-card__image img{height:100%;object-fit:cover;width:100%}.CAQH-res-card__body{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutDown2;background:#fff;clip-path:ellipse(100% 63% at 15% 63%);margin-top:-165px;min-height:calc(100% - 175px);padding:4rem 40px 2rem}.CAQH-res-card__eyebrow{color:#004f91;font-size:24px!important;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.CAQH-res-card__title{color:#0072cd;font-size:20px!important;font-weight:700;line-height:26px;margin-bottom:.5rem}.CAQH-res-card__description{line-height:1.5}@media (max-width:1000px){.CAQH-res-cards{grid-template-columns:repeat(1,minmax(0,1fr));padding:0 20px}.CAQH-res-card{margin:0 auto;max-width:720px;width:100%}}@keyframes slideOutUp2{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes slideOutDown2{0%{transform:translateY(-10px)}to{transform:translateY(0)}}