.homepage_banner_bg{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
}

.homepage_banner_bg_img_one{
    background-image: url(../../../images/HomepageV2/banner_blue_bg.svg);
    background-color: #2661E0;
}

.banner_bene_count_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: absolute;
    padding: 10px 15px;
    top: 285px;
    left: 50%;
    z-index: 2;
}

.homepage_banner_bene_count {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--ux4g-text-neutral-primary);
    margin-bottom: 0;
}

.homepage_banner_bene_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--ux4g-text-neutral-tertiary);
    margin-bottom: 0;
}

.homepage_banner_text_head{
    color: #FAFAFA;
    font-weight: 700;
}

.homepage_banner_text_head span{
    color: #79A6FF;
}

.homepage_banner_text_para{
    color: #FAFAFA;
    font-weight: 400;
}

.homepage_banner_as_on_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FAFAFA;
    position: absolute;
    bottom: 10%;
}

.homepage_banner_text_wrapper{
    padding-left: 50px;
}