#subscribe-holiday {
  background: #f2b9a83d;
}
#subscribe-holiday h3 {
  color: #fff;
}
#subscribe-holiday #sign-up {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#subscribe-holiday .subscribe-label {
  height: 300px;
  background-color: #207d80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  #subscribe-holiday .subscribe-label h3 {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 10px;
  }
  #subscribe-holiday .subscribe-label {
    height: 220px;
  }
}
#subscribe-holiday .signUp-btn {
  background: #f24646 !important;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 10px auto;
}
#subscribe-holiday .signUp-btn:hover {
  color: white;
}
