:root{
    --fcolor:#b604a1 !important;--lcolor: #fff;--scolor: #634500;--tcolor: #feb229;--dcolor: #240460;--navcolor: #000000;--tabcolor: #634500;--mcolor: #ffead4;--btnbg: #000000;--tabline:#7c7c7c;--sitebg:white
}

section.innerpagebanner.centex{
    background: url(../images/centralized-exchange/banner-img.webp), url(../images/centralized-exchange/banner-bg.webp);
        background-repeat: no-repeat !important;
        background-position: 90% center, center !important;
        background-size: 36%, cover !important;
}
@media(max-width:991px){
    .innerpagebanner{
        background: black!important;
    }
            .innerpagebanner h1, h1 {
            font-size: 30px;
        }
        .innerpagebanner p{
            text-align: center;
            color: #fff;
            font-size: 18px;
        }
                .innercontent.herocontent ul li {
            list-style: none;
            padding: 5px;
            border: 1px solid;
        }
            .herocontent .btn-outline-dark {
        background: var(--dcolor);
        padding: 8px 20px;
        font-weight: 700;
        border: 1px solid var(--dcolor) !important;
            }
}