.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
    text-align: center;
}
.readall-button {
    display: block;
    width: auto;
    border: none;
    padding: 20px 0 0 0;
    text-align: left;
    color: #85a028;
    /*cursor: pointer;*/
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 800;
    outline: none;
    margin-bottom:38px;


}

.readall-button:hover {
    /*color: white;
    background: silver;*/
}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0.1), #f5f5f5 75%);
}