.landing_best_deal_banner-wrap{
    padding: 80px 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_best_deal_banner-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.landing_best_deal_banner-title{
    text-align: center;
    font: inherit;
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

.landing_best_deal_banner-hr{
    width: 114px;
    height: 3px;
    background-color: #DB352E;
    margin: 38px auto;
    position: relative;
    z-index: 2;
}

.landing_best_deal_banner-desc{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: 21px;
    font-weight: normal;
}

.landing_best_deal_banner-logos{
    display: flex;
    justify-content: space-around;

    flex-flow: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.landing_best_deal_banner-logo{
    margin-top: 80px;
    padding: 0 15px;
}

.landing_best_deal_banner-logo img{
    height: 72px;
    max-width: 250px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .landing_best_deal_banner-title{
        font-size: 30px;
    }
}