.contact-us-introtext{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:80px}.faq-container{margin:0 auto;max-width:800px;overflow:hidden}.faq{border-bottom:1px solid rgba(0,0,0,.2);cursor:pointer;padding:15px}.faq:last-child{border-bottom:none}.faq-question{align-items:center;color:#333;display:flex;font-size:18px;justify-content:space-between}.faq-icon{color:#000;font-size:24px;font-weight:900;transition:transform .3s ease}.faq-icon.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq.open .faq-answer{max-height:200px;padding:10px 15px}