@media (max-width: 768px) {
    .card {
        height: 320px;
    }

.card__image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 184px;
    max-height: 184px;
    height: 184px;
    border-radius: 8px;
}
.card__title {
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    height: 36px;
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
    transition: color 0.25s;
    color: inherit;
}
.card-in {
    position: relative;
    border-radius: 10px;
    padding: 5px;
    min-height: 100%;
}
.card__buttons {

    margin-top: -10px;
}
.card__title {
 
        height: auto;

    }
}
}