
.nn-header-brand{display:grid;grid-template-columns:320px 1fr;align-items:center;gap:20px}
.nn-logo img{max-height:90px;width:auto}
.nn-header-banner{text-align:right;min-height:90px;display:flex;justify-content:flex-end;align-items:center}
.nn-main-menu{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}
.nn-menu{display:flex;justify-content:center;gap:22px;list-style:none;margin:0;padding:14px}
@media(max-width:992px){
 .nn-header-brand{grid-template-columns:1fr}
 .nn-header-banner{justify-content:center;margin-top:15px}
 .nn-menu{justify-content:flex-start;overflow:auto;white-space:nowrap}
}
