.custom-accordion .body{background:#fff;border-radius:10px;margin-bottom:20px;position:relative}.custom-accordion .head{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:38px;transition:.2s ease}.custom-accordion .head h3{font-size:18px;font-weight:700;line-height:133%;margin-bottom:0;padding-right:38px}.custom-accordion .head.active{padding-bottom:18px}.custom-accordion .head.active h3{font-size:18px;font-weight:700;line-height:133%}.custom-accordion .head .cross-arrow{height:auto;max-width:32px;transition:.25s ease}.custom-accordion .head .arrow-animate{opacity:1;transform:rotate(135deg)}.custom-accordion .content{background-color:#fff;border-radius:0 0 12px 12px;display:none;padding:0 34px 30px}.custom-accordion .content.one{display:block}.custom-accordion .content>div :is(h1,h2,h3,h4,h5,h6,p){margin-bottom:18px}