@charset "utf-8";

@media(max-width: 768px) {
    .h-nav-menu{
        border: 1px solid #e9ecef !important;
        border-bottom: none;
        padding: 5px 10px;
        box-sizing: border-box;
        width:25%;
    }
    .flex-fill{
        flex: 1 1 25% !important;
    }
    .list-col{
        width:50% !important;
        box-sizing: border-box;
    }
    .item-t{
        width:100%;
    }
    .item-title{
        width:150px;
    }
}

