.cl_menubox {
    background-color: #F8F9FA;
    border-bottom: 2px outset #A0A0A0;
    padding-bottom: 3px;
}

.cl_main_container_box {
    background-color: #76be32;
    border: 2px solid red;
}

.menu_layout_icon_index {
    display: flex;
    justify-content: space-between;
}

.menu_layout_icon_index .menu_icon {
    order: 0;
}

.menu_layout_icon_index .menu_icon img {
    height:70px;
}

.menu_layout_icon_index .menu_index {
    order: 1;
}