.count_down {
  background-repeat: no-repeat;
  background-position: top center;
}
.count_down .h1 {
  margin: 0 0 20px;
  text-align: center;
}
.count_down__title {
  margin-bottom: 50px;
}
.count_down__title:after {
  clear: both;
  content: " ";
  display: table;
}
.count_down__counter {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.count_down__counter::after {
  clear: both;
  content: " ";
  display: table;
}
.count_down__counter .single-count-container {
  box-sizing: border-box;
  font-size: 50px;
  font-weight: 900;
  line-height: 80px;
  margin: 10px 0;
  text-transform: uppercase;
  width: 24%;
  text-align: center;
  display: inline-block;
}
.count_down__counter .single-count-container .count-down-border {
  display: inline-block;
  padding: 25px;
  width: 100px;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.count_down__counter .single-count-container span {
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  margin: 20px 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: 900;
}
.count_down_fullscreen {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: inherit;
}
.count_down__format_3 .count_down__counter .single-count-container {
  width: 32%;
}
.count_down__format_3
  .count_down__counter
  .single-count-container
  .count-down-border {
  width: 66%;
}
@media (max-width: 600px) {
  .count_down__counter .single-count-container .count-down-border {
    font-size: 20px;
    padding: 10px;
    line-height: 60px;
    width: 60%;
    height: 60px;
  }
  .count_down__counter .single-count-container span {
    font-size: 12px;
    margin: 10px 0;
  }
}
