.accordion-wrapper{display:flex;flex-direction:column;row-gap:16px}.accordion .section-header{margin-bottom:40px}.accordion .section-header .inner :last-child{margin-bottom:0}.accordion .section-header h1,.accordion .section-header h2,.accordion .section-header h3,.accordion .section-header h4,.accordion .section-header h5,.accordion .section-header h6{color:#075354}.acc_header{cursor:pointer;position:relative}.acc_header .tt{display:flex;font-weight:400;gap:20px;justify-content:space-between}.accordion-wrapper .acc_item{background:#e5f5f4;border-radius:8px;padding:16px 20px}.accordion-wrapper .acc_content .inner{border-top:1px solid #001f20;margin-top:16px;padding-top:32px}.acc_header svg{min-width:23px;transition:transform .3s ease}.acc_item.active .acc_header svg{transform:rotate(180deg)}.acc_content{max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease-out}.acc_content .inner>div{max-width:603px}@media(min-width:1025px){.acc_header .tt{font-size:20px}}