.faq-section{align-items:center;margin:auto;max-width:1400px;padding:1rem 2rem 2rem}.parker-dewey-faqs{margin:0 auto;max-width:850px}.faqs-title{margin-bottom:40px;text-align:center}.faq-item{margin-bottom:10px}.faq-question{align-items:center;background-color:#f5f5f5;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:20px;transition:background-color .3s ease}.faq-question:hover{background-color:#f0f0f0}.faq-question h3{color:#444;font-size:16px;margin:0}.toggle-icon{transition:transform .3s ease}.faq-answer p{margin-bottom:10px}.faq-answer{color:#000;max-height:0;opacity:0;overflow:hidden;padding:0 20px;transition:opacity .3s ease,max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:1000px;opacity:1;padding:20px}.faq-item.active .toggle-icon{transform:rotate(180deg);transition:transform .3s ease}