.col {
  flex: 1;
  height: 100vh;
  position: relative;
}
.time {
  color: #fff;
  text-transform: uppercase;
  width: 90%;
  display: flex;
  justify-content: center;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.time span {
  padding: 0 14px;
  font-size: 10px;
}
.time span div {
  font-size: 5.0em;
  color: #EF5A29;
  font-weight:bold;
}
@media screen and (max-width: 900px) {
  .col {
    flex: 100%;
  }
}