/* Style the buttons that are used to open and close the accordion panel */
.submenu_accordion {
    cursor: pointer;
    width: 100%;

}

/* Style the accordion panel. Note: hidden by default */
.accordion_inner_panel {
    padding: 24px 30px 28px;
    background-color: white;
    /*display: none; */
    overflow: hidden;
}