.logo-img {
    max-height: 40px;   /* adjust this */
    width: auto;
}

@media (max-width: 768px) {
    .logo-img {
        max-height: 40px;
    }
}
.navbar-brand {
    display: flex;
    align-items: center;
}
