Why is my accordion static on preview?

Hi Guys,

I am trying to edit the accordion, and I have no idea to get to open and close the right text box when clicking on the button. I copied and pasted a section to add another question and its appears to be opening the question i copied from. Is there any way i connect to the right question?

It also seems to be static, so how to i get the open and close interaction?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)


Hello,
I checked your website
you can give a static height to your “faq item” like 100px and give it overflow: hidden
and again to the “faq home question” class give that exact static height ( 100px )
and in interaction on the first click give an initial state 100px height to this class: “faq item” and on click set the height to “auto”
and in the second click set the height again to “100px”
and you can use this course if my solution did not work for your problem:Custom Accordion

Thank you very much for your help!