/*--------------------------------------------------------------------------*\
    Accordion menu item wrapper
\*--------------------------------------------------------------------------*/

.accordion__menu-wrapper{
    /*box*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:100%;
}