.countdown .labell {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.countdown .time {
  color: #f24848;
  font-size: 23px;
  font-weight: bold;
}
.countdown .time ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.countdown .time li {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown .time li:last-child {
  margin-right: 0;
}
.countdown .time span {
  font-size: 10px;
  color: #505050;
}
