.countdown-section {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  align-items: flex-start;
}
.countdown-section > p {
  font-size: 110%;
  color: #4d4d4d;
  margin-bottom: 12px;
}

.countdown-nubers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
.countdown-nubers p {
  color: var(--bs-secondary);
  font-size: 250%;
  text-align: center;
  font-weight: 800;
}
.countdown-nubers label {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 50%;
  margin-left: 6px;
}

@media (max-width: 767px) {
  .countdown-section {
    align-items: center;
  }
  .countdown-nubers {
    width: 100%;
  }
}

/*# sourceMappingURL=countdown.css-H8t7x2-.map */
