
.card-tms {
    width: 320px;
 
   
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.cont-img{
   height: 150px;
}


.cont-img img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   border-radius:  10px 10px 0 0;
}


 .grid-tms{
            display: grid;
            grid-template-columns: auto auto auto; /* Left and right are 1fr, middle is 3fr */
            grid-gap: 30px;
            max-width: 1000px;
           padding-bottom: 50px;
        }