.black_friday_bg {
    background-color: black;
}

.offer_text {
    justify-content: center;
    color:white;
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.5em;
}

.offer_text {

}
.offer_text > span {
    padding-left: 0.8em;
    padding-right: 0.8em;
}
@media(min-width: 512px){
    .offer_text {
        font-size: 3em;
    }
}

.mobile-header {
    display: none !important;
}
@media (max-width: 712px) {
    .mobile-header {
        display: inline !important;
    }

    .desktop-header {
        display: none !important;
    }


}


#countdown {
    text-align: center;
    color: white;
    font-size: 5em;
    font-weight: 600;
}
@media(min-width: 512px){
    #countdown {
        font-size: 8em;
    }
}
@media(min-width: 768px){
    #countdown {
        font-size: 14em;
    }
}
h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ff1616;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

h2 span {
    color:white;
    padding:0 10px;
    background: black;
    font-size:1.5em;
    font-weight:600;
}
.offerText {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 5em;
}
.bf-listing > div > a > .brokerage_title {
    color: white;
}
.brokerage_item {
    min-width: 250px;
}
.bf-listing {
    justify-content: center;
}