/*body {*/
/*    background-color: #e5e5e5 !important;*/
/*}*/

.ways-to-redeem-block {
    color: white;
}

.about-block {
    background-color: white;
    border-radius: 25px;
    border: 1px solid #e7e7e7;
    margin: 10px;
    height: 320px;
}

.text-about-block {
    font-size: 12px;

    text-align: justify;
    line-height: 20px;
    padding: 10px;
}

@media only screen and ( max-width: 1600px ) {
    .wrapper-aboutrewards {
        background: none !important;
        background-repeat: no-repeat;
        background-position-x: -60px;
    }

    .wrapper-aboutrewards .elipses {
        display: none !important;
    }
}

.wrapper-aboutrewards {
    background: url('/assets/img/elipse-bg.svg');
    background-repeat: no-repeat;
    background-position-x: -60px;
}

.wrapper-aboutrewards .elipses {
    display: block;
}

@media only screen and ( max-width: 1600px ) {
    .image-container {
        margin-top: -155px !important;
    }
}

@media only screen and ( max-width: 767px ) {
    .button-getstarted {
        padding-top: 20px;
    }
}

.elipses {
    position: absolute;
    margin-left: -268px;
    height: 260px;
}

.padding-bottom-fix {
    padding-bottom: 35px;
}

.t-a-j {
    text-align: justify;
}

.rewards_images {
    text-align: center;
    padding: 0 15px;
}

.image-about-rewards {
    margin-top: -250px;
    margin-bottom: -35px;
}

.row-green-bg {
    background: url('/assets/img/b1.svg');
    border-radius: 25px 25px 0 0;
    min-height: 250px;
}

.text-block h1 {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.diamond-block {
    margin-top: -25px !important;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #C5EAB8;
    border-radius: 50px;
}
.diamond-block img{
    margin: 25%;
}
.text-green{
    color: #4CB228;
}
h2{
    font-size: 16px!important;
    font-weight: 700!important;
}
.block-title{
    text-transform: uppercase;
}
.green-button-about-rewards{
    width: 350px!important;
}
.card-title-rewards{
    text-align: center;
    height: 45px;
}
.block-title-padding-top{
    padding-top: 60px;
}
