.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  left: unset !important;
}

.countdown-clock-col {
  background-color: rgba(0, 0, 0, 0.2);
}

.countdown-clock-counter {
  font-family: "Big Shoulders", sans-serif;
  font-size: 44px !important;
  color: #fff !important;
}

.countdown-clock-label {
  font-family: Montserrat;
  font-size: 12px !important;
  color: #fff !important;
}

.naeep-event-info .col-na-row {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
}

.naeep-event-info .col-na-row .col-na-4 {
  width: 380px;
  height: 100%;
  border: 1px solid #777;
  padding: 20px;
  flex-grow: 1;
  /* flex: 1; */
}

.naeep-event-info span {
  font-weight: 300 !important;
  font-size: 14px;
}

.naeep-event-info .event-info-item.naeep-item {
  /* display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  height: auto !important;
  flex-grow: 1;
  /* flex: 1; */
}

.speaker-grid-wrapper .speaker_desc {
  font-weight: 400;
  font-size: 14px;
}
