
body {
    font-family: "Avenir" !important;
  }
  .container {
    max-width: 90vw;
}
section.top_banner {
    position: relative;
}
.banner_mob {
    display: none;
}
img.big_banner {
    width: 100%;
}
.top_logos {
    position: absolute;
    top: 20px;
    left: 15px;
    display: flex;
    width: calc(100% - 30px);
    justify-content: space-between;
    align-items: flex-start;
}
.top_logos img {
    height: 50px;
   }

.top_logos img.hplogo {
    height: 80px;
}    
     section.many_benefit .container {
        max-width: 1170px;
    }
.banner_get_started {
    height: 70px;
    background: #FDD548;
    border: 0;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    padding: 0 30px;
    border-radius: 8px;
    position: absolute;
    top: 560px;
    top: 36vw;
    right: 240px;
    right: 15vw;
    text-transform: uppercase;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.banner_get_started:hover {
    color: #000;
}
section.many_benefit {
    margin-top: -212px;
}
.benefit_card {
    background: #E3492B;
    border-radius: 16px;
    padding: 30px 45px;
    position: relative;
    text-align: center;
}
h1.benefit_heading {
    font-size: 40px;
    font-weight: 500;
    color: #fff;    
    letter-spacing: .2px;
    margin-bottom: 32px;
}
ul.benefit_total {
    list-style: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.benefit_detail {
    margin-top: 24px;
    border-top: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 35px 40px 20px;
}
section.rewarding_companion {
    background: #FEF4E0;
    padding: 70px 0 0;
}
.rewarding_card {
    padding-bottom: 40px;
}
h2.rewarding_heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: .2px;
    color: #E44332;
    margin-bottom: 60px;
    max-width: 540px;
}

.rewaring_text {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #0E0A23;
    margin-bottom: 20px;
}

.rewaring_text_last {
    margin-bottom: 60px;
}

ul.rewarding_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.rewarding_list {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #0E0A23;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

li.rewarding_list img {
    margin-right: 20px;
}
section.reward_benefits {
    margin-top: 100px;
}
.reward_benefits_top {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.reward_benefit_heading {
    font-size: 75px;
    font-weight: 500;
    line-height: 96px;
    letter-spacing: .2px;
    color: #8C8C8C;
    max-width: 600px;
}
.reward_benefits_list .dflex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}
.reward_benefits_list .dflex img {
    background: #e3492b;
    margin-right: 30px;
}
.rb_text {
    font-weight: 500;
    font-size: 22px;
    line-height: 170%;
    letter-spacing: 0.2px;
    color: #000000;
}
.rb_text .rb_para {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    max-width: 400px;
}
section.page_footer {
    text-align: center;
}

.apply_now {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.2px;
    color: #F9F9FD;
    border: 0;
    background: #E3492B;
    border-radius: 8px;
    height: 50px;
    padding: 0 30px;
    margin-bottom: 50px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.apply_now:hover {
    color: #fff;
}
p.footer_text {
    font-weight: 400;
    font-size: 10px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
}


@media only screen and (max-width:991px) {
    section.many_benefit {
        margin-top: -60px;
    }
    ul.benefit_total {
        display: flex;
        flex-wrap: wrap;
    }
    
    li.benefit_item {
        width: 50%;
    }
    
    .benefit_detail {
        border: 0;
        margin-top: 0;
        padding: 12px 0 32px;
        max-width: 150px;
        margin: 0 auto;
    }
    

    .banner_get_started {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 90px;
    }
    
   
    h2.rewarding_heading {
        font-size: 38px;
        line-height: 53.2px;
        margin-bottom: 40px;
    }
    
    .rewaring_text {
        margin-bottom: 0;
    }
    
    .rewaring_text_last {
        margin-bottom: 50px;
    }
    
    li.rewarding_list {
        margin-bottom: 16px;
    }
    
    .reward_benefit_heading {
        font-size: 40px;
        line-height: 51px;
    }
    
    .rb_text {
        font-size: 16px;
        line-height: 27.2px;
    }
}
@media only screen and (max-width:767px) {
    .card_img {text-align: center !important;}

    .card_img img {
        max-width: 300px;
    }
    .top_logos img.hplogo {
        height: 30px;
    }
    .container {
        max-width: 100%;
    }
    img.big_banner {
        display: none;
    }
    .banner_mob {
        display: block;
    }
    
    section.many_benefit {
        margin-top: -42px;
    }
    .top_logos img {
        height: 24px;
    }
    
    .banner_get_started {
        font-size: 14px;
        height: 40px;
        bottom: 57px;
    }
    
    h1.benefit_heading {
        font-size: 18px;
    }
    
    section.reward_benefits {
        margin-top: 40px;
    }
    
    .reward_benefit_heading {
        text-align: center;
        margin-bottom: 50px;
    }
    li.benefit_item img {
        width: 52px;
    }
    .benefit_detail {
        font-size: 10px;
        max-width: 76px;
    }
    .rb_text .rb_para {
        font-weight: 400;
        font-size: 12px;
        line-height: normal;
    }
    .row.reward_benefits_top {
        margin-bottom: 70px;
    }
    
    button.apply_now {
        font-size: 14px;
        height: 40px;
        padding: 0 50px;
    }
}