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

.plan-box-outer .plan-box:hover h3{ 
text-align: center !important;
  background: linear-gradient(to right, #fe407a, #ff7245)  !important;
  color: transparent  !important;
  -webkit-background-clip: text  !important;
}