.collapsible-text-component{cursor:pointer;flex-direction:column;font-size:18px;display:flex}.title-box{background:linear-gradient(90deg,#e800e91f,#2503c01f);justify-content:space-between;align-items:center;padding:15px;font-family:NunitoSans;font-size:18px;font-weight:600;display:flex}.collapsible-text-component .text-box{background:linear-gradient(90deg,#fdf4db4d,#ef84544d);max-height:0;transition:max-height .3s;overflow:hidden}.collapsible-text-component .text-box.open{flex-grow:1;max-height:500vh;transition:max-height .3s}.collapsible-text-component .text-box .text-content{padding:15px;font-weight:350}.plus-minus-icon{color:#ecf0f1;flex-shrink:0;flex-basis:30px;height:30px;margin-left:10px;position:relative}.plus-minus-icon span{background:#fff;width:8px;transition:all .3s;position:absolute;top:0;bottom:0;left:10px}.plus-minus-icon span:last-child,.plus-minus-icon.minus span:first-child{transform:rotate(90deg)}
