.collapsed-text {
  display: block;
}

.collapsed-text__container {
  height: 0;
  overflow: hidden;
  transition: height var(--duration-medium) ease;
}

.collapsed-text__inner {
  padding-bottom: 1.6rem;
}

.collapsed-text__inner p:first-child {
  margin-top: 0;
}

.collapsed-text__inner p:last-child {
  margin-bottom: 0;
}
