.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;
}

.our_affiliate_program .affiliate_head{
    text-align:center;
}

.our_affiliate_program .affiliate_head h4{
    font-size:64px;
    color:#ffff;
    padding-bottom:15px;
}

.our_affiliate_program .affiliate_head h3{
    font-size:40px;
    color:#ffff;
    padding-top:35px;
}

.our_affiliate_program .affiliate_head p{
    font-size: 20px;
    color:#ccc;
}

/*****OUR AFFILIATE PROGRAM SECTION STARTS HERE*****/
.affiliate_card_section .a_card{
background: rgba(57, 60, 71, 0.69);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(57, 60, 71, 1);
color:#ffff;
padding:14px;
}

.affiliate_card_section{
    margin-top:25px;
}

.affiliate_card_section .row{
     align-items: center;
     justify-content: space-evenly;
}

.affiliate_card_section .a_card h4{
    font-size:17px;
    font-weight:700;
    padding:12px 0;
}

.affiliate_card_section .a_card p{
    font-size:11px;
    font-weight:400;
    margin:5px 0;
}

/*****OUR AFFILIATE PROGRAM SECTION ENDS HERE*****/


/*****HOW DOES SECTION STARTS HERE*****/
.how_does .how_head h4{
    font-size: 40px;
    color:#fff;
   text-align:center;
   margin-top:50px;
   font-weight:600;
   
}

.how_does .how_card{
 text-align: center;
 padding: 20px;
}

.how_does .how_card h4{
    color:#fff;
    font-size:16px;
    font-weight:700;
    padding-top:15px;
}
/*****HOW DOES SECTION ENDS HERE*****/

/* RESPONSIVE */

@media(min-width:575px) and (max-width:992px){
    .affiliate_card_section .a_card {
        margin-bottom: 10px;
    }
    .how_does .how_card h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding-top: 15px;
    }
}

@media(min-width:319px) and (max-width:576px){
    .affiliate_card_section .a_card {
        margin-bottom: 10px !important;
    }
}

@media(max-width:320px){
    .affiliate_card_section .a_card {
       margin:10px 0;
    }
    .our_affiliate_program .affiliate_head h3 {
        font-size: 35px;
        color: #ffff;
        padding-top: 35px;
    }
}