.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;
}

.faq_section .faq_head h3{
    font-size:40px;
    font-weight:700;
    color:#ffff;
    text-align:center;
    margin:40px 0;
}


.custom_class{
background: rgba(19, 22, 34, 0.36) !important;
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(19, 22, 34, 0.72);
color:#fff;
margin-bottom:20px;
border-radius:10px !important;
}

.custom_btn{
    padding:20px !important;
}

