.expandable-block { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
.expandable-block.expanded { max-height: 900rem; transition: max-height 1s ease-in-out; }