.promo-header-right {
    margin-right: 7px;
}
.promo-header-right {
    display: flex;
    cursor: pointer;
}
.promo-header-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}
svg._3_bDw4vg {
    width: 26px;
    height: 26px;
    margin-right: 7px;
    margin-left: 5px;
    color: white;
    min-width: 28px;
}

.promo-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: white;
    background: #000000;
}
.promo-header-center-up
{
    display: flex;
    align-items: center;
}

.promo-header-center-down {
    background: #ffdd6b;
    padding: 0 15px 0 15px;
    color: black;
    border-radius: 5px;
    margin-bottom: 5px;
}
