.promotion-countdown{
    margin-bottom: 50px;
}
#countDown{
    text-align: center;
    margin: 5px 0;
}
#countDown div{
    display: inline-block;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
#countDown span{
    color: #fff;
    background: #c0020f;
    border: 1px solid #c0020f;
    border-radius: 50%;
    height: 30px;
    width: 31px;
    line-height: 28px;
    display: inline-block;
    align-items: center;
    place-content: center;
    font-size: 18px;
}
#countDown sub{
    position: absolute;
    top: 130%;
    font-size: 15px;
}
.countDown-days sub{
    left: 2%;
}
.countDown-hours sub{
    left: 10%;
}
.countDown-minutes sub, .countDown-seconds sub{
    left: 2%;
}