.logo-container .logo {
    padding: 0 20px;
    box-sizing: border-box;
}

.logo-container .logo img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}
