/*======================================Banner Classes======================*/

.banner_image_size_cover {
    background-size: cover;

}

.beneficiaries_heading {
    font-size: 50px;
    font-weight: 200;
    color: #fff;
    text-shadow: #000000 1px 2px 20px;
    text-align: center;
}

.banner_image h2 {
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    padding: 150px 0 100px 0;
    color: #fff;
    font-weight: 900;
}


/*======================================About IIX value classes======================*/

.beneficiaries_iix h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.beneficiaries_iix h2 {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 0px;
}

.beneficiaries_iix p {
    text-align: left;
    float: left;
    font-size: 23px;
    line-height: 30px;
    padding-top: 15px;
}

.sub_beneficiaries_iix h5 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.rewards h1 {
    padding: 20 0 0 0;
}

.rewards p {
    font-size: 23px;
    font-weight: 600;
}

.rewards {
    background-color: #99a93a;
    padding: 20px;
    border-radius: 10px;
}
