.header {
    display: flex;
    padding: 40px 17vw 0;
    background: white;
}

.header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.header-logo {

}