.countdown-timer {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.countdown_timer .countdown-timer h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
}

.et_pb_countdown_timer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section {
    text-align: center;
}

.values {
    background: #f2f2f2;
    padding: 25px 15px;
    border-radius: 8px;
}

.value {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.label {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.sep p {
    font-size: 30px;
    margin: 0;
    color: #999;
}