/* Minification failed. Returning unminified contents.
(42,1): run-time error CSS1019: Unexpected token, found '}'
 */
.hero-rewards {
    border-radius: 20px;
    min-height: 400px;
    margin-top: 124px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

    .hero-rewards .rewards-hero-image img {
        height: 360px;
        position: absolute;
        bottom: 0;
        right: -60px;
    }

    .hero-rewards h1 {
        font-size: 36px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 0px;
        line-height: 1.3;
    }

    .hero-rewards h2 {
        margin-top: 0px;
        font-size: 36px;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 10px;
    }


    .hero-rewards p {
        font-size: 18px;
        padding-right: 55%;
        line-height: 1.6;
        margin-top: 25px;
    }


}


