.CountDown {    width: auto;    margin:  auto;   text-align: center; margin-bottom: 22px;}
.CountDown .content {    width:auto;  display:inline-block; }
.CountDown .content > div:before { content:' '; width:3px; height:26px; position:absolute; left:0px; top:35%; background:#6b0d10; }
.CountDown .content > div:after  { content:' '; width:3px; height:26px; position:absolute; right:0px; top:35%; background:#6b0d10; }
.CountDown .content > div {    display: inline-block;    margin: 0px 3px 0;  position:relative;   width: 92px; font-weight:700;   height: 89px;    background: #bc1117;  border-radius:10px;   color: #fff;    line-height: 80px;    font-family: 'Open Sans', sans-serif;   font-size: 51.33px;}
.CountDown .content .cd-space { position:absolute; height:2px; top:50%; left:0px; right:0px; background:#880b0f;}
.CountDown .content .cd-space:before, .CountDown .content .cd-space:after { display:none;}
.CountDown .title { position:relative; top:-22px; padding: 0;}
.CountDown .title span {     display: inline-block;     width: 100px;    height: 20px;    font-size: 10.27px;    font-family: 'Open Sans', sans-serif;    font-weight: 700;    color: #fff;    line-height: 20px;    margin: 0px;    padding: 0px;}

@media screen and (max-width: 768px) {

    .CountDown .content > div {        margin: 0px 1px 0;    width: 64px;    font-weight: 500;    height: 56px;    line-height: 49px;    font-size: 28.33px; }
    .CountDown .title span {
        display: inline-block;
        width: 65px;
        height: 20px;
        font-size: 10.27px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #fff;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }
}