﻿@media only screen and (max-width: 992px){
    .top-menu .nav-link.separator{
        display:none;
    }
}

@media only screen and (max-width: 442px){
    .header > div:first-child {
        justify-content: center !important;
    }
    .header-links-wrapper > div {
        justify-content: center !important;
    }
}