.cut-text.more{
    max-height: 210px;
    position: relative;
    overflow: hidden;
}
.cut-text.more:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to top, #ededed, transparent);
}
.more-container-btn{
    margin: 15px 0 20px 0;
    text-align: right;
}