.wraper {
    background-image: url(../image/staking.png) !important;
    height: auto;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000 !important;
}

/*****MILLON BOUNTY SECTION STARTS HERE*****/
.millon .millon_head h4{
    font-size:64px;
    color:#ffff;
}

.millon .millon_head {
    text-align:center;
    padding:30px;
}

.millon .millon_head p{
    font-size:20px;
    color:#cccc;
    margin:4px;
}

.millon .millon_card{
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 38%, rgba(57,51,77,1) 100%);
}

.millon .millon_card h4{
    font-size:20px;
    font-weight:700;
}

.millon .millon_card p{
    font-size:16px;
    font-weight:400;
    margin:3px 0;
}

.millon .millon_card{
    color:#ffff;
    text-align:center;
    border-radius:15px;
    padding:30px 12px;
    margin-bottom:40px;
}

.millon .row{
    justify-content: space-evenly;
}
/*****MILLON BOUNTY SECTION ENDS HERE*****/

/* RESPONSIVE */
@media(min-width:576px) and (max-width:1200px){
    .millon .millon_card h4 {
        font-size: 16px !important;
        font-weight: 700;
    }
    .millon .millon_card p {
        font-size: 12px;
        font-weight: 400;
        margin: 3px 0;
    }
}