.header {
    height: 80px;
    display: flex;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    align-items: center;
    justify-content: flex-start;
    padding: 0 66px;
    margin-bottom: 15px;
}

.header .logo {
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 66px;
    margin-top: 13px;
    margin-bottom: 13px;
}