.more {
  display: none;
}

.readMoreBtn {
  text-decoration: underline;
  color: var(--accentColour);
}

.readMoreBtn:hover {
  color: white;
}
@media only screen and (min-width: 1900px) {
  /* .more {
    display: inline;
  }

  .readMoreBtn,
  .dots {
    display: none;
  } */
}
