.pricing-plan-section-inner {
    transition: all 0.3s ease-in-out;
}
.pricing-plan-section-inner:hover {
    transform: translateY(-5px);
}