.hidden-text {
  display: none;
}
.visible-text {
  cursor: pointer;
}
.text-wrapper.open .hidden-text {
  display: block;
}
