.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px; 
    background: #fff;
}

@media (max-width: 768px) {
    .header {
        justify-content: left;
        padding-left: 20px;
    }
    .header .logo {
        max-height: 60px; 
        max-width: 87px !important;
    }
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .logo {
    max-height: 60px; 
    max-width: 100%; 
}