.custom-accordion .body{background:#fff;border:1px solid #ededed;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.12);margin-bottom:40px;position:relative}.custom-accordion .head{align-items:center;color:#563e6e;cursor:pointer;display:flex;justify-content:space-between;padding:32px 30px;transition:.2s ease}.custom-accordion .head h3{font-size:16px;line-height:24px;padding-right:10px}.custom-accordion .head.active h3{font-size:31px;line-height:36px}.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{border-top:1.5px solid #ededed;padding-top:32px}.custom-accordion .content>div :is(h1,h2,h3,h4,h5,h6,p){margin-bottom:18px}@media screen and (max-width:767px){.custom-accordion .head.active h3{font-size:24px;line-height:30px}}