#faq-container{padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.faq-item{width:70%;margin-bottom:1rem}.faq-item-heading{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-family:Inter,sans-serif;color:#000;line-height:1.3;font-weight:600!important;font-size:1.25rem;margin-bottom:.5rem;background-color:#fff;padding:1em;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #c9c9c9}#faq-container i{color:#000;margin-left:25px;font-weight:400!important}.faq-item-ans{padding:1em;line-height:1.3;font-size:1em;font-family:Inter,sans-serif;color:#000;display:none;border:1px solid #c9c9c9;border-top:0;margin-top:-10px;opacity:0;animation:fadeIn .9s;animation-fill-mode:forwards}@media all and (max-width:991px){.faq-item{width:100%}#faq-container{padding:1rem}.faq-item-heading{font-size:1em}}