.description-text {
  overflow: hidden;
  position: relative;
}

.description-text.hide {
  max-height: 80px;
}

.description-text.hide:after {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 0%);
}
.content_toggle_description.full {
  color: #9e9ea3;
}

.description-text.hide * {
  opacity: 0;
}

.description-text.hide *:nth-child(1) {
  opacity: 1;
}
