.t-store__card__title {
    min-height: 45px; 
}

.t-store__card {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border: 3px solid #d8efed;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
        box-shadow: 1px 2px 4px rgba(216, 239, 237, 0.1); 
        transition: .5s;
}
.t-store__card:hover {
    box-shadow: 4px 8px 16px rgba(216, 239, 237, 0.5);
    transition: .5s;
}
.t688__img-wrapper {
    background: #fff;
}
.t688__img { 
    background-size: contain;
}
@media (min-width: 1000px) {
    .t-store__card__title {
         
        height: 45px;
        overflow: hidden;
    }
}
@media (max-width: 576px) {
    .t-section__title {
        margin-bottom: 40px !important;
    }
    .uc-cat_text_bottom {
        padding-top: 0 !important;
    }
}
