/* Styling for the "Read More" and "Read Less" link */
.read-more {
  color: #1E4B3C;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}