.heading-rewards-lvlup {
    font-size: 42px !important;
    font-weight: 900;
}

.text-green-article {
    color: #55B227 !important;
}

.article-image-main {
    margin: 0 auto;
    text-align: center;

}
.article-image-main img{
    max-width: 50%;
}

.article-button {
    background: #EF8912;
    border-radius: 60px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    line-height: 72px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    margin-top: -65px;
    height: 72px;
}
.row-green{
    background-color: #F3F8F1;
}
.section-gradient{
    background: linear-gradient(180deg, rgba(235, 242, 232, 0) 0%, #E0EDDC 100%);
}
.section-fixed-height{
    height: 320px;
}
@media only screen and ( max-width: 991px ) {
    .section-fixed-height{
        height: 420px!important;
    }
    .article-button{
        height: 60px;
        line-height: 60px;
        margin-top: -40px!important;
    }
    .article-image-main img{
        max-width: 60%;
    }
}
@media only screen and ( max-width: 537px ) {
    .section-fixed-height{
        height: 470px!important;
    }
    .article-button{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-top: -30px!important;

        width: 180px;
    }
    .article-image-main img{
        max-width: 90%;
    }
}
@media only screen and ( max-width: 768px ) and (min-width: 538px) {
    .heading-rewards-lvlup {
        font-size: 30px !important;
    }
    .article-button{
        height: 50px;
        line-height: 50px;
        margin-top: -45px!important;
    }
    .article-image-main img{
        max-width: 75%;
    }
}
@media only screen and ( max-width: 1599px ) {
    .article-button{
        margin-top: -45px;
    }
}
@media only screen and ( max-width: 768px )  {
    .heading-rewards-lvlup {
        font-size: 30px !important;
    }

}
.section-money-bg{
    background-image: url("/assets/img/money-background-article.png");
    background-size: contain;
    background-repeat-y: no-repeat;
}

.about-header{
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.white-button{
    color: #4BB227;
    background: none;
    border: 1px solid #4BB227;
    border-radius: 34px;
}
.t-a-j{
    text-align: justify;
}