#rec867540537 .t-card__descr{
    height: 120px;
    overflow: hidden;
    position: relative;
}
#rec867540537 .t-card__descr:after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}