.ik-res-cards{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr))}.ik-res-card{border:2px solid #1e3373;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.3);color:#000;overflow:hidden;text-decoration:none}.ik-res-card:hover .ik-res-card__body{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideOutUp2;color:#000}.ik-res-card__image{height:350px;position:relative}.ik-res-card__image img{height:100%;object-fit:cover;width:100%}.ik-res-card__body{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutDown2;background:#fff;border-radius:20px;margin-top:-80px;padding:2rem}.ik-res-card h3{margin-bottom:0!important}.ik-res-card p{margin-top:10px!important}@media (max-width:1000px){.ik-res-cards{grid-template-columns:repeat(1,minmax(0,1fr));padding:0 20px}.ik-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)}}