.dots {
  display: inline;
}

.more-content {
  display: none; /* This hides the long content initially */
}

.read-more-btn {
  /* Add styling for your button here */
  cursor: pointer;
  color: white;
  border: 2px solid #086AD7;
  background: #086AD7;
  padding: 0;
  text-decoration: none;
      padding: 7px 24px;
    margin: -5px 8px;
    border-radius: 0;
    color: #fff;
    text-transform: none;
    font-size: 14px;
}