.accordion{flex-direction:column;gap:1rem;display:flex}.accordion-title{justify-content:space-between;align-items:center;font-weight:700;display:flex;font-size:1rem!important}.accordion-item{background-color:#f9f9f9;border:1px solid #ececec;border-radius:12px;flex-direction:row;justify-content:space-between;gap:1rem;padding:2rem;display:flex;overflow:hidden}.accordion-item:hover{background-color:#ececec;transition:all .5s}.accordion-content{box-sizing:border-box;max-height:0;transition:all .4s;overflow:hidden;font-size:1rem!important}.accordion-item.active .accordion-content{box-sizing:border-box;max-height:1500px;margin-top:1rem;transition:max-height 1.6s}
