.countbox {
  width: 100%;
height: 110px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.countbox-title-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-family: "Bebas Neue Bold";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}

.countbox .countbox-num {
  float: left;
}

.countbox .countbox-space {
  float: left;
  height: 48px;
  width: 27px;
}

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
  float: left;
  margin-right: 5px;
  width: 46px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  z-index: 1;
  color: #222;
  background: #ffd400;
  font-size: 38px;
  font-weight: 700;
  font-family: "Bebas Neue Bold";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #251f00;
}

.countbox-hours-text {
  padding-left: 44px;
}

.countbox-secs2 {
  margin-right: 0;
}

.countbox-hours1 {
  margin-left: 52.5px;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Bebas Neue Regular";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
