.accordion-container{font-family:"Montserrat",sans-serif;padding:20px}.accordion-group{border-radius:26px;background:linear-gradient(182deg,#000 -14.69%,#838383 116.96%);margin-top:10px;overflow:hidden}.accordion{background:0 0;padding:22px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:700;color:#fff;border:none;outline:none}.accordion .arrow{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#fff;position:relative;flex-shrink:0}.accordion .arrow::before{content:"";display:block;width:2px;height:16px;background:#000;transition:transform .3s ease}.accordion .arrow::after{content:"";position:absolute;left:50%;transform:translateX(-50%) rotate(45deg);width:8px;height:8px;border-right:2px solid #000;border-bottom:2px solid #000;bottom:8px;transition:transform .3s ease,top .3s ease,bottom .3s ease}.accordion.active .arrow::after{transform:translateX(-50%) rotate(-135deg);top:8px;bottom:auto}.panel{background:0 0;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 10px}.panel p{margin:0;padding:0 16px 10px;font-size:18px;font-weight:400;color:#fff;font-family:"Montserrat",sans-serif}@media (max-width:767px){.accordion .arrow{width:44px;height:44px}.accordion .arrow::before{height:18px}.accordion .arrow::after{width:9px;height:9px}}