.accordian-item{display:flex;position:relative;transition:all .2s ease-in-out}.accordian-content-wrap{overflow:hidden}.button-reveal-container{align-self:flex-start;justify-self:flex-end;padding-top:2rem;transition:all .2s ease-in-out}.revealed-content{box-sizing:border-box;max-height:0;overflow:hidden;transition:all .2s ease-in-out}.active .revealed-content{max-height:3000px;transition:all .2s ease-in-out}