.elementor-609 .elementor-element.elementor-element-1c04809{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-3b76c821 */.countdown-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.countdown-item {
  width: 120px;
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
}

.countdown-number {
  font-size: 50px;
  font-family: 'Poppins';
  font-weight: 500;
  color: black;
}

.countdown-label {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: black;
  font-family: 'Poppins' !important;
  position: absolute;
  bottom: -40px
}

@media only screen and (max-width: 768px) {
    .countdown-label {
        font-size: 14px;
}
.countdown-number {
  font-size: 30px;
}
.countdown-item {
  width: 65px;
  height: 80px;
}
}/* End custom CSS */