#header #logo.navbar-brand {
    max-width: 150px;
    height: 65px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#header #logo img {
    height: 36px;
    max-height: 36px;
    width: auto !important;
    max-width: 160px;
    object-fit: contain;
    object-position: left center;
}

#header .txt-logo {
    font-size: 1.25rem;
    line-height: 36px;
}
