html body #new-menu .menu-group {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #515151 !important;
}

html body  #new-menu .menu-item {
    padding: 9px;
}

html body  #new-menu .menu-item p {
    font-weight: 500 !important;
    font-size: 16px !important;
}

html body  #new-menu .menu-item:hover {
    background-color: #171717;
}

#dynamicHeader {
    border-bottom: 1px solid #2E2E2E;
}

@media (max-width: 768px) {
    #dynamicHeader {
        border: none;
    }
}
