.header-notice {
    position: sticky;
    top: 99px;
    padding: 0;
    z-index: 100;
}

div.header-4-container{
    z-index: 1000 !important;
}

.bf-banner-container{
    color: #fff;
    background-color: #423356;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 20px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    gap: 2rem;
}

.bf-banner-container p, .bf-banner-container h3{
    margin: 0;
    color: white;
    text-align: left;
}

.bf-banner-container h3{
    font-weight: bold;
}

.bf-banner-container div{
    z-index: 10;
}

.bf-banner-container img {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 1;
    height: 100%;
}

.bf-banner-container .bf-hightlight {
    background-color: #fa0;
    color: #352e4f;
    border: 2px dashed #352e4f;
    padding: 1px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .header-notice {
        top: 80px;
    }

    .bf-banner-container {
        flex-direction: column;
        gap: 0.3rem;
        padding: 1rem;
    }

    .header-notice #bf-clock {
        display: none !important;
    }

    .bf-banner-container p, .bf-banner-container h3 {
        text-align: center;
    }
}
