.faq-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.faq-item{background:transparent;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;height:fit-content;overflow:hidden;padding:15px;position:relative;width:48%;z-index:1}.faq-item:before{background:linear-gradient(154deg,#f23d4c 16.07%,#f99f38 83.87%);border-radius:15px;height:calc(100% + 2px);left:0;top:0;width:calc(100% + 2px)}.faq-item:after,.faq-item:before{content:"";position:absolute;z-index:-1}.faq-item:after{background:#fff;border-radius:13px;height:calc(100% - 4px);left:2px;top:2px;width:calc(100% - 4px)}.faq-question-wrapper{align-items:center;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;margin-right:10px}.faq-question{color:#1d2d50;margin:0}.faq-answer{color:#4a4a4a;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-toggle{color:#1d2d50;font-size:20px;min-width:20px;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(180deg)}@media screen and (max-width:1024px){.faq-item{width:100%}}