.tecc-date-timer {
  display: inline-block;
}

.tecc-header {
  margin-bottom: 0.25rem !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  font-family: "Montserrat";
  color: #F1FF52;
}

.tec-countdown-timer.tec-medium-box {
  padding: 0;
  display: flex;
  gap: 2rem;
  padding-top: 0.75rem;
  border-top: 1px solid #E0E2E2;
}

.tecc-section,
.tecc-section .tecc-amount,
.tecc-section .tecc-word {
  margin-left: 0 !important;
  text-align: left !important;
  padding: 0 !important;
  min-width: max-content;
}

.tecc-section {
  display: inline-flex !important;
  flex-direction: column!important;
  align-items: center !important;
}


.tecc-section.tecc-days-section {
  padding-right: 0 !important;
  text-align: center:  !important;
  align-items: center !important;
}

.tecc-wrapper .tecc-timer-wrapper {
  width: auto !important;
  padding: 0 !important;
  text-align: left !important;
}

.tecc-section span.tecc-word {
  padding-top: 0rem !important;
  font-size: 16px !important;
  font-family: Montserrat;
	text-transform: uppercase;
  font-weight: 600;
}

.tecc-section span.tecc-amount {
  font-size: 24px !important;
  font-family: Montserrat;
  font-weight: 700;
  padding-bottom: 0.5rem !important;
}