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

.main-banner-title {
    font-weight: 500;
    max-width: 415px;
}

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

.steps-info-block-wheel {
    width: 244px;
}

.steps-info-block-surprise {
    width: 243px;
}

.steps-info-block-startup {
    width: 256px;
}

.steps-info-block-trophy {
    width: 191px;
}

.games {
    margin-top: 44px;
}

.step-arrows {
    margin: 0 10px 0 16px;
}

.step-3 {
    max-width: 196px;
    margin-right: 14px
}

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

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

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

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

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

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

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

@media (max-width: 1000px) {
    .single-banner {
        background: url("../../images/bg-missions-mob.webp") center/cover no-repeat;
    }

    .main-banner-title {
        font-size: 26px;
        line-height: 28px;
    }

    .steps-info-block{
        width: 271px ;
    }
}