
.countdown {
  list-style: none;
  margin: 8px 0 55px;
  padding: 0;
  display: block;
  text-align: center;
  color: #1ac2cb;
}

.countdown li { display: inline-block; }

.countdown span {
  font-size: 36px;
  font-weight: 600;
  display: block;
  width: 120px;
  height: 75px;
  line-height: 75px;
  position: relative;
  margin-bottom: 15px;
}
.countdown span:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: url(../images/dwnld_glow.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.countdown li:last-of-type span:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: url(../images/dwnld_glow.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.countdown-title{
  font-size: 20px;
  opacity: 0.6;
}
.countdown li p {
  font-size: 12px;
}
