.jackpot-countup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.jackpot-countup .jp-tit {
    font-size: 21px;
    font-weight: 700;
    margin: 40px 0 10px;
    text-align: center;
    width: 100%
}

.jackpot-countup .content {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-width: 700px;
    position: relative
}

.jackpot-countup .content .infinite-countup {
    background-color: #212121b3;
    border: 5px solid #1974e6;
    border-radius: 12.1px;
    box-sizing: border-box;
    display: flex;
    filter: drop-shadow(0 0 15px rgba(25, 116, 230, .8));
    font-family: DIN;
    font-size: 40px;
    font-weight: 500;
    justify-content: center;
    padding: 20px 50px 20px 20px;
    width: 100%
}

.jackpot-countup .content .infinite-countup>div {
    color: #ffe500
}

.jackpot-countup .content .infinite-countup>div.digit {
    background-color: #313131;
    border: 2px solid #000;
    border-radius: 8px;
    margin: 0 3px;
    padding: 12px
}

.jackpot-countup .content .infinite-countup>div.operator {
    align-items: flex-end;
    display: flex;
    margin: 0 1px
}