.countdown-wrapper {
    background: #000;
    padding: 0px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.countdown-boxes {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.countdown-boxes div {
    background: #333333;
    padding: 30px;
    border-radius: 30px;
    min-width: 80px;
}
.countdown-boxes strong {
    font-size: 104px;
    display: block;
    line-height: 80px;
}
.countdown-boxes span {
    font-size: 36px;
    opacity: 1;
    text-transform: uppercase;
}
