.internum-countdown{
  display: flex;
  align-items: flex-start;
  text-align: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.internum-countdown-item{ min-width: 75px; }
.internum-countdown-digits{
  color: #FF8D73;
  font-family: roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.internum-countdown-label{
  color: #FF8D73;
  font-family: roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
