.hideContent {
  max-height: 5em;
  transition: max-height 0.15s linear;
  overflow: hidden;
  font-size: 16px;
}
.showContent {
  transition: max-height 0.35s linear;
  font-size: 16px;
}
.show-more {
  float: right;
  text-transform: lowercase;
  font-size: 16px;
  color: rgba(var(--color-button), var(--alpha-button-background));
  margin-bottom: 30px;
}