@import url(https://use.typekit.net/vin2dio.css);
.countdownContent {
  height: 150px;
}
.countdownContent--title {
  font-size: 30px;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}
.countdownContent__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdownContent__timer div {
  width: 60px;
  height: 60px;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
}
.countdownContent__timer div .label {
  height: 20px;
  font-size: 15px;
  font-weight: normal;
  background: #F5F5F5;
  line-height: 20px;
}
.countdownContent__timer div:first-child {
  margin-right: 15px;
}
.countdownContent__timer--points {
  max-width: 20px;
}
