.bf-banner{
	background-image: url(../../../images/promos/bf/banner/2/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bfb-inner{
    padding: 0 15px;
    height: 129px;
}
.bfb-inner p.bree{
    font-size: 36px;
    line-height: 1;
    color: #fff;
    flex-shrink: 0;
    margin: 0 15px;
}
.bfb-cta{
    margin: 0 15px;    
}
.bfb-cta .button{
    color: #fff;
    font-size: 15px;
    width: 279px;
    height: 52px;
    line-height: 52px;
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
    .bfb-inner{
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
    }
    .bfb-cta{
        margin: 10px 15px 0;    
    }
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 567px){
    .bfb-inner p.bree{
        font-size: 24px;
    }
    .bfb-cta .button{
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}