.event-start-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.event-start-countdown .main-heading {
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
}
.event-start-countdown .timer-container {
  margin-top: 21px;
}
.event-start-countdown .timer-container .timer {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}
.event-start-countdown .timer-container .timer-subtitle {
  background-color: transparent;
  font-size: 12.25px;
  line-height: 14.25px;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.event-start-countdown .green-btn {
  border: none;
  margin-top: 33px;
  font-size: 17px;
  padding: 11px 34px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(255, 92, 92);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  font-weight: 700;
}
.event-start-countdown .green-btn:hover {
  transform: translateY(-4px);
}
.event-start-countdown .notes {
  color: #777;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  width: 500px;
  margin: 20px auto 0;
}
@media (max-width: 575px) {
  .event-start-countdown .notes {
    width: 100%;
  }
}/*# sourceMappingURL=event-start-countdown.css.map */