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

.starburst {
    background: url("../../images/starburst.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;
}

@media (max-width: 1000px) {
    .single-banner {
        background: url("../../images/rake-bg-mob.webp") center/cover no-repeat;
    }
    
    .main-banner-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        max-width: 320px;
    }
    
    .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;
    }
}