div {
    border: 1px solid black;
}

body>header {
}

body>header>section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

body>header>section>div {
    flex: 1;
}

body>header>section>div:last-of-type {
    background-color: black;
}