.gissoftware a:hover .text p{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media (max-width: 767px){

    .gissoftware .transformimg {
        height: 190px;
    }
   /* .card-img img{
        height: 200px !important;
    }*/

    .card-img {
        height: auto;
        max-height: 250px;
    }
}
@media (min-width: 768px){
    .gissoftware .text {
        bottom: -50px;
    }
}