.is-style-read-more > p:first-child {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 2.5s;
}