.header-bg-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 8px 0;
    background: none!important;
}

.header-bg-bottom-content {
    display: flex;
    flex-direction: column;
}

.header-bg-bottom-content .small-content {
    font-size: 10px;
    color: #a2a5af;
    font-weight: 700;
}

.header-bg-bottom-content .big-content {
    font-size: 16px;
    font-weight: 700;
    color: var(--pcb-bonus-main-text-color);
    text-transform: uppercase;
}