@media(min-width:768px) and (max-width:1024px){
    .header-menu-list {
        flex: 0 0 50%;
    }
    .flex_row_fixed {
    flex-direction: column;
    justify-content: start;
    margin-bottom:20px;
}
}

@media(max-width:767px){
    .reset-main-body.main_flex_wrap {
    width: calc(100% - 50px) !important;
}
}