.header__banner_item {
    font-weight: bolder;
    font-size: 12px;
    color: white;
    padding: 0px 16px;
    display: none;
}

@media (min-width: 768px) {
    .header__banner_item {
        display: inline-block;
    }
}

.header__banner_item_i {

    font-weight: bolder;
    font-size: 18px;
    margin-right: 8px;
    text-shadow: 0 0 1px currentColor;
}

.header__banner {
    background-color: var(--bs-body-color);
    line-height: 32px;
}
