.countdown {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .countdown {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.countdown-text {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px #eee;
}

.countdown-button {
  margin-bottom: 50px;
}
.countdown-button .btn-outline {
  font-size: 20px;
  padding-top: 13px;
}

.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.clock-canvas {
  background-color: rgba(243, 244, 246, 0.8);
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
}

.text {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  width: 100%;
}

.text .val {
  font-size: 44px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .text .val {
    font-size: 40px;
    line-height: 1;
    margin-top: 18px;
  }
}
.text .type-time {
  font-size: 20px;
}
.clock-item {
  margin-bottom: 30px;
}
