.pricing .card:hover {
     transition: all .2s ease-in-out;
     transform: scale(1.1);
     z-index:999;
 }