.hero-block__section {
  padding: 20px 0px;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url("/wp-content/uploads/2025/11/background-hero.webp") center center / cover no-repeat;
}
.hero-block__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}
.hero-block__content .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hero-block__head {
  grid-column: 1;
  grid-row: 2;
}
.hero-block__heading {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  color: #3c4070;
  margin: 0 0 20px;
}
.hero-block__subheading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #067500;
  margin: 0 0 30px;
  opacity: 0.9;
}
.hero-block__image {
  grid-column: 1;
  grid-row: 1;
}
.hero-block__image img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
/*# sourceMappingURL=style.css.map */