.time-counter-placeholder {
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .time-counter-placeholder {
    height: 80px;
  }
}
