.thanksgiving-day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.thanksgiving-day .main-background {
  background-image: url("../../images/countdown-timer/thanksgiving-day.png");
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thanksgiving-day .main-background .main-heading {
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
  color: #4b1600;
  font-weight: 600;
}
.thanksgiving-day .main-background .timer-container {
  margin-top: 21px;
}
.thanksgiving-day .main-background .timer-container .timer {
  border: 1px solid rgba(75, 22, 0, 0.3);
  border-radius: 6px;
  color: #4b1600;
  padding: 5px 8px;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}
.thanksgiving-day .main-background .timer-container .timer-subtitle {
  background-color: transparent;
  color: #4b1600;
  font-size: 12.25px;
  line-height: 14.25px;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.thanksgiving-day .main-background .green-btn {
  border: none;
  margin-top: 33px;
  font-size: 17px;
  padding: 11px 34px;
  border-radius: 3px;
  background: #4b1600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  font-weight: 700;
}
.thanksgiving-day .main-background .green-btn:hover {
  transform: translateY(-4px);
}
.thanksgiving-day .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) {
  .thanksgiving-day .notes {
    width: 100%;
  }
}/*# sourceMappingURL=thanksgiving-day.css.map */