.single-banner {
    background: url("../../images/cashback-bg.webp") center/cover no-repeat;
}

.bandit {
    background: url("../../images/LeBandit.webp") center/cover no-repeat;
}

.olympus {
    background: url("../../images/Olympus.webp") center/cover no-repeat;
}

.aviator {
    background: url("../../images/AviatorGame.webp") center/cover no-repeat;
}

.plinko {
    background: url("../../images/Plinko_X.webp") center/cover no-repeat;
}

.book-of-dead {
    background: url("../../images/book-of-dead.webp") center/cover no-repeat;
}

.snoop-dog {
    background: url("../../images/cd7adaf7_bgaming_snoop-dogg-dollars_400x400.webp") center/cover no-repeat;
}

.main-banner-title {
    font-weight: 600;
}

.main-banner-title b {
    font-weight: 800;
}

.single-banner p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.welcome-terms ul {
    padding-left: 16px;
}

.welcome-terms ul, .welcome-terms li {
    color: #BEB9FF;
    list-style: initial;
}

.steps-info-block-kyc {
    max-width: 138px;
}

.steps-info-block-wallet {
    max-width: 195px;
}

.steps-info-block-chip {
    max-width: 204px;
}

.steps-info-block-vip {
    max-width: 214px;
}

@media (max-width: 1000px) {
    .single-banner {
        background: url("../../images/cashback-bg-mob.webp") center/cover no-repeat;
    }
    
    .main-banner-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        max-width: 268px;
    }
    
    .main-banner-title b {
        font-size: 32px;
        font-weight: 800;
        line-height: 32px;
        text-align: center;
    }

    .banner-wrapper p {
        text-align: center;
        margin: 0 auto;
        max-width: 267px;
    }
    
    .main-banner-title br {
        display: none;
    }
    
    .steps-info {
        width: 281px;
    }
    
    .steps-info-block {
        max-width: 100% !important;
        margin-bottom : 24px !important;
    }
}