.plan-box-outer .plan-shared{
    transition: all 0.3s ease-in-out;
}
.plan-box-outer .plan-shared:hover {
       transform: translateY(-5px);
}