.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-radius:16px;display:flex;flex-direction:column;flex-wrap:wrap;padding:24px 24px 24px 22px}.faq-wrap,h5.edgtitle{border:1px solid #6501e5}h5.edgtitle{align-self:center;border-radius:24px;color:#6501e5;display:inline-block;font-size:14px;font-weight:400;line-height:20px;padding:6px 16px}.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;gap:20px;justify-content:space-between}@media(max-width:767px){.faq-wrapper{padding:50px 20px}}