.faq-container{margin-top:2rem;width:100%;margin-left:auto;margin-right:auto}.faq-item{border-bottom:1px solid #2a2a2a;padding:1rem 0}.faq-question{cursor:pointer;font-size:1.1rem;font-weight:700;color:#fff;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:var(--green)}.faq-icon{font-size:1.4rem;transition:transform .3s ease}.faq-icon.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;color:#ccc;font-size:1rem;line-height:1.6;transition:max-height .35s ease}.faq-answer.open{max-height:500px;margin-top:.5rem}