.header { border: none; }

.header-top-menu {
    background: #000000;
    color: #ffffff;
    display: table;
    min-height: 120px;
   padding: 10px;
   width: 100%;
}

@media (max-width: 767.98px) {
    .header-top-menu {
        min-height: 75px; /* or any value you prefer for mobile */
    }
}
.logo-logo {
        width: 200px;
        max-width: 200px;
    min-width: 200px;
}

.logo-mobile {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
    margin-top: 20px;
}