.read-more{
    height: auto;
    text-align: center;
    margin-top: -100px;
}

.read-more .bg-gradient{
    bottom: 0;
    height: 100px;
    width: 100%;
    pointer-events: none;
    transition: opacity .6s;
    opacity: 1;
    background: linear-gradient(180deg,rgba(252,255,255,0),#fff);
}

.read-more .btn-read-more{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    height: 100px;
    width: 130px;
    cursor: pointer;
}

.read-more .btn-read-more span{
    font-size: 14px;
    padding-bottom: 20px;
}