.holiday_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background-color: #ab0e00;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.holiday_banner .text {
    padding: 0 10px;
    text-align: center;
}
.header-bottom {
    margin-bottom: 13px;
}
.bread_crumbs {
    margin-top: -10px!important;
}

@media (max-width:480px) {
    .holiday_banner {
        font-size: 15px;
        line-height: 1.3;
    }
}