.count-down .clock {

}

.count-down .timer {
    display: inline-block;
    text-align: center;
    color: #861d1d;
    border-left: 1px solid rgba(159, 22, 22, 0.4);
    /*border-radius: 5px;*/
    padding: 20px 30px;
    margin: 0px 8px;
}

.count-down .timer > span {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
}

.count-down .timer .smalltext {
    font-size: 18px;
}