/* hide all sections by default except first */
.tab-section { display: none; }
.tab-section:first-child { display: block; }


.card.is-collapsable.collapsed {
  max-height: 250px;
  overflow: hidden;
  transition: 1s;
}
