.navigation-top__logo-container {
    max-height: 60px; /* Adjust based on your navbar height */
    display: flex;
    align-items: center;
}

.navigation-top__logo-img {
    max-height: 100%;
    width: auto;
    display: block;
}