.ev-faq-module-section-wrapper{position:relative;width:100%}.ev-faq-module-section-wrapper .ev-faq-module-content-wrap{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;position:relative;width:100%}.ev-faq-module-section-wrapper .ev-faq-module-content-wrap .ev-faq-single-wrap{align-items:flex-start;border-bottom:1px solid #c6c6c6;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:20px;position:relative;width:100%}.ev-faq-module-section-wrapper .ev-faq-single-wrap .ev-faq-single-question{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:100%}.ev-faq-module-section-wrapper .ev-faq-single-wrap .ev-faq-single-question h6{align-items:center;color:#38386d;display:flex;font-weight:500;justify-content:space-between;transition:all .2s linear;width:100%}.ev-faq-module-section-wrapper .ev-faq-single-wrap .ev-faq-single-question h6:after{content:"\f078";font-family:"Font Awesome\ 6 FREE";font-size:18px;font-weight:400;font-weight:700;transition:all .2s linear}.ev-faq-module-section-wrapper .ev-faq-single-wrap .ev-faq-single-answer{align-items:flex-start;display:none;flex-direction:column;justify-content:flex-start;position:relative;width:100%}.ev-faq-module-section-wrapper .ev-faq-single-wrap.active .ev-faq-single-answer{animation:showFAQ .3s linear forwards;display:flex}@keyframes showFAQ{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.ev-faq-module-section-wrapper .ev-faq-single-wrap.active .ev-faq-single-answer p{color:#3b444f;padding-top:10px}.ev-faq-module-section-wrapper .ev-faq-single-wrap.active .ev-faq-single-question h6:after{transform:rotate(180deg)}