.card-animated-v2{display:flex;flex-direction:column;border-radius:var(--box-border-radius);text-decoration:none;color:inherit;background-color:var(--white);overflow:hidden;transition:transform .2s ease}.card-animated-v2:hover{text-decoration:none;color:inherit}.card-animated-v2[href]{cursor:pointer}.card-animated-v2[href]:hover{transform:translateY(-4px)}.card-animated-v2__header{flex-shrink:0;position:relative;height:260px;overflow:hidden}.card-animated-v2__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.card-animated-v2__animation{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px 24px}.card-animated-v2__content{padding:24px}.card-animated-v2__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:16px;border-radius:4px;background-color:var(--Primary-Green-20)}.card-animated-v2__icon img{width:20px;height:20px;object-fit:contain}.card-animated-v2__title{margin:0 0 8px;font-size:20px;line-height:1.2}.card-animated-v2__description{margin:0;font-size:14px;line-height:1.6}
