.textElement .moreText{
    display: none;
  }

.textElement {
    font-size:10pt;
}

.textElement.show-more .moreText{
    display: inline;
}

.readMoreBtn{
    /*padding: 15px 60px;
    background-color: rgb(149, 170, 197);
    color:rgb(53, 49, 49);
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 24px;*/
    color: rgb(55 160 231);
    cursor: pointer;
}

.dots{
    display: inline-block;
}

.textElement.show-more .dots{
    display: none;
}