.read-more-block {
    padding-bottom: 40px;
}
.read-more-button{
    padding-top: 20px;
    display: block;
}
.displayed-read-more {
    height: auto;
}

.hidden-read-more {
    height: 150px;
    overflow: hidden;
    transition: height 1s ease;

    background-color: #ffffff;
    background-image: linear-gradient(180deg, #000000, #ffffff);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}