.min-height-290{
    min-height: 290px;
}				
.price-info .btn {
    position: absolute;
    bottom: 40px;
}


/* pricing */ 

li:after {
   display: none;
}

@media(max-width: 767px) {
  .price-info .price {
    margin-top: -20px;
  }
}				


@media (min-width: 768px) and (max-width: 991px){
    .price-info .price {
        top: 20px;
    }
}