.id-1 .countdown-inner-stcm {
  display: flex;
  flex-flow: column;
  padding: 20px 0px;
  justify-content: center;
  margin-bottom: 40px;
  background-color: #c41315;
  color: #ffffff;
  gap: 10px;
}
.id-1 .countdown-wrapper-stcm {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 10px;
}
.id-1 .countdown-info-stcm {
  text-align: center;
}
.id-1 .countdown-inner-stcm .time-box-stcm {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 90px;
}
.id-1 .time-box-stcm > span {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.id-1 .label-stcm {
  font-weight: 600;
  text-transform: uppercase;
}


.id-2150 .system-countdown-stcm {
    margin-top: 40px;
}
.id-2150 .countdown-inner-stcm {
  display: flex;
  flex-flow: column;
  padding: 20px 0px;
  justify-content: center;
  margin-bottom: 40px;
  background-color: #c41315;
  color: #ffffff;
  gap: 10px;
  width: 100%;
}
.id-2150 .countdown-wrapper-stcm {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 10px;
}
.id-2150 .countdown-info-stcm {
  text-align: center;
}
.id-2150 .countdown-inner-stcm .time-box-stcm {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 70px;
}
.id-2150 .time-box-stcm > span {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.id-2150 .label-stcm {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

@media (max-width: 767px) {
    .id-1 .countdown-inner-stcm .time-box-stcm,
    .id-2150 .countdown-inner-stcm .time-box-stcm {
        width: 60px;
    }
    .id-1 .time-box-stcm > span,
    .id-2150 .time-box-stcm > span {
        font-size: 40px;
    }
    .id-1 .label-stcm,
    .id-2150 .label-stcm {
        font-size: 11px;
    }
}