.d-flex-header .header-box {
    display: flex;
    justify-content: space-between;
}

.d-flex-header .header--logo {
    width: fit-content;
}

.d-flex-header .header--ad {
    width: 70%;
}