header {
  display: none;
}
footer {
  display: none;
}
content.center-block.is-cms {
  padding-top: 0px !important;
}
#block-hero-subscribe {
  background-color: white;
  padding: 5px 0;
}
#block-hero-subscribe .title {
  width: 100%;
  text-align: center;
  font-size: 55px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  #block-hero-subscribe .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #block-hero-subscribe .title {
    font-size: 30px;
  }
}
#block-hero-subscribe .starpoint {
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
#block-hero-subscribe .subtitle {
  width: 100%;
  text-align: center;
  font-size: 26px;
  margin: 10px auto 0 auto;
  line-height: 1.2;
}
@media (max-width: 991px) {
  #block-hero-subscribe .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #block-hero-subscribe .subtitle {
    line-height: 1.3;
  }
}
