Accordion Component missing class accordion on main wrapper

The Accordion Component needs to have the class "accordion" on the main wrapper now to set the styles for the accordion correctly.

https://getbootstrap.com/docs/4.3/components/collapse/

Using the card component, you can extend the default collapse behavior to create an accordion. To properly achieve the accordion style, be sure to use .accordion as a wrapper.