.col-md-2 {
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 20px;
}

.tp-btn-second {
    text-decoration: none;
}



@media (max-width:768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tp-btn, .tp-btn-second {
    padding: 10px;
}
}

.text-center {
    margin-bottom: 0;
}

.card-text {
   /*white-space: nowrap; */
   /*overflow: hidden; */
   text-overflow: ellipsis;
}
.card {
    overflow: hidden;
}

.card img {
    transition: transform 0.3s ease-in-out;
}

.card:hover img {
    transform: scale(1.2); 
}