.menus_box_mnc{
    box-shadow: 0px 3px 20px 0px #009D9633;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px !important;
    top: -25px;
}
.menubox_mnc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: calc(100% / 6);
    border-left: 1px solid #7C121466;
}
.menubox_mnc h2{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin: 15px 0 0 0;
}
.swiper-slide:last-child a {
    border: none;
}
.menubox_mnc:last-child img{
    width: 104px;
    height: 63px;
}