.faq-top-txt{display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;justify-content:center;text-align:center}.faq-top-txt p{color:#272727b2;font-family:Poppins;font-size:18px;font-weight:400;line-height:26px;text-align:center}.faq-section{gap:48px}.faq-rows,.faq-section{display:flex;flex-direction:column;flex-wrap:wrap}.faq-rows{gap:16px;margin:0 auto;max-width:646px}.faq-wrap{border:1px solid #6501e5;border-radius:16px;display:flex;flex-direction:column;flex-wrap:wrap;padding:24px 24px 24px 22px}.faq-qtn p{color:#272727;font-family:Poppins;font-size:20px;font-weight:500;line-height:28px}.faq-ans p{color:#272727b2;font-family:Poppins;font-size:17px;font-weight:400;line-height:26px}.faq-ans{height:0;margin-top:0;overflow:hidden;transition:height .4s ease,margin-top .3s ease}.faq-wrap.active .faq-ans{margin-top:16px;max-height:500px;opacity:1}.faq-arrow{display:inline-flex;transition:transform .3s ease}.faq-wrap.active .faq-arrow{transform:rotate(180deg)}.faq-qtn{align-items:center;cursor:pointer;display:flex;justify-content:space-between}