.accordion{background-color:#fafafa;padding:80px 0}.accordion-wrapper{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:900px;row-gap:16px}.accordion .section-header{margin-bottom:40px;text-align:center}.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:#000}.acc_header{cursor:pointer;position:relative}.acc_header .tt{display:flex;font-weight:400;font-weight:700;gap:20px;justify-content:space-between;padding-left:25px;position:relative}.acc_header .tt:before{color:#23d5eb;content:"Q:";font-size:20px;font-weight:700;left:0;position:absolute;top:45%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.accordion-wrapper .acc_item{background:#fff;border:1px solid #ebebeb;border-radius:8px;padding:16px 20px}.accordion-wrapper .acc_content .inner{border-top:1px solid #ebebeb;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:100%}@media(min-width:1025px){.acc_header .tt{font-size:20px}}