.header__banner_item {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 8px;
    color: white;
    padding: 2px 8px;
    display: flex;
    align-items: center;
}
.header__banner_item_i {
    font-weight: bolder;
    font-size: 16px;
    margin-right: 12px;
    text-shadow: 0 0 1px currentColor;
}

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


@media (min-width: 768px) {
    .header__banner_item {
        padding: 0px 16px;
        font-size: 12px;
    }

    .header__banner_item_i {
        font-size: 18px;
    }

    .header__banner {
        line-height: 32px;
    }
}
