.collection-description-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 110px;
}

.collection-description-wrapper.active {
  max-height: 100%;
  -webkit-line-clamp: none;
}

.collection-description-btn {
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
