/* grid */

.mod_menu2 .menu-title {
    margin-bottom: 7px;
}

.mod_menu2 .menu-link {
    padding: 8px 0;
}

.mod_menu2 .menu-title * {
    color: #333;
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .mod_menu2 .grid-clear-desktop {
        display: block;
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mod_menu2 .grid-clear-tablet {
        display: block;
        clear: both;
    }
}