/* line 1, ../sass/styles.scss */
.block-content--type-header-block {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}
/* line 5, ../sass/styles.scss */
.block-content--type-header-block h1,
.block-content--type-header-block h2,
.block-content--type-header-block h3,
.block-content--type-header-block h4,
.block-content--type-header-block h5,
.block-content--type-header-block h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 15, ../sass/styles.scss */
.block-content--type-header-block .hero {
  background-color: #fff;
  color: #242b62;
  padding: 10px 0;
  /* Reduced padding top and bottom */
}
/* line 22, ../sass/styles.scss */
.block-content--type-header-block .hero h1 {
  font-size: 64px;
  margin-bottom: 10px;
  /* Reduced margin */
  color: #242b62;
}
/* line 30, ../sass/styles.scss */
.block-content--type-header-block .hero p {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 10px;
  /* Reduced margin */
  color: #3c5684;
}
/* line 40, ../sass/styles.scss */
.block-content--type-header-block .hero-features {
  margin-top: 15px;
  /* Reduced margin */
}
/* line 45, ../sass/styles.scss */
.block-content--type-header-block .hero-features i {
  font-size: 48px;
  margin-bottom: 10px;
  /* Reduced margin */
  color: #3c5684;
}
/* line 53, ../sass/styles.scss */
.block-content--type-header-block .hero-features h3 {
  font-size: 24px;
  margin-bottom: 5px;
  /* Reduced margin */
  color: #242b62;
}
/* line 61, ../sass/styles.scss */
.block-content--type-header-block .hero-features p {
  font-size: 16px;
  line-height: 1.6;
  color: #3c5684;
  margin-bottom: 0;
  /* Removed bottom margin */
}
