/* Timer */

.wrapper__timer {
  text-align: center;
  max-height: 400px;
}

.timer {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 35px;
}

.minute, .second , .hour {
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 30%;
  padding: 5px;
}

.wrapper__text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 20px;
  color: black;
  text-shadow: 1px 1px 3px #f4f4ee;
  padding: 20px 0 10px 0;
}
.hour_text, .minute_text, .second_text {
  display: block;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
}
.hour__symbol, .minute__symbol {
  padding-bottom: 35px;
}

/* DISABLE Timer */
/* .wrapper__timer {
  display: none !important;
} */

.hero {
  padding-top: 0px !important 
}
.hero__description {
  padding-top: 0px !important;
}
.hero__description-text {
  padding-top: 0px !important;
}