:root{--background:#fafafa;--theme-color:#6b72ff;--secondary-color:#30cdff;--dark-theme-color:#3841ed;--text-color:#777776;--white:#fff;--black:#000}.dark:root{--background:#121212;--text-color:var(--white)}.faqSec .container{margin-left:auto;margin-right:auto}.faqSec .faqCont{margin-top:3rem;display:grid;gap:1.5rem}@media (min-width:767.98px){.faqSec .faqCont{grid-template-columns:repeat(2,minmax(0,1fr))}}.faqSec .faqCont .faqBox{overflow:hidden;border-radius:.75rem;border-width:1px;border-color:#0004}.faqSec .faqCont .faqBox:where(.dark,.dark *){border-color:#fff4}.faqSec .faqCont .faqBox .headingBox{border-bottom-width:1px;border-color:#0004;background-color:var(--secondary-color);padding:.75rem 1.25rem;color:var(--black)}.faqSec .faqCont .faqBox .headingBox:where(.dark,.dark *){border-color:#fff4;background-color:#fff4;color:var(--white)}.faqSec .faqCont .faqBox .headingBox h3{margin:0;font-size:1.125rem;font-weight:600;color:var(--white)}.faqSec .faqCont .faqBox .descriptionBox{padding:.75rem 1.25rem}