section.section-inner-hero {
  width: 100%;
  min-height: 200px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
section.section-inner-hero::before {
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--bg-textarea);
  overflow: hidden;
  z-index: 1;
}
section.section-inner-hero div.container-fluid {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
section.section-inner-hero div.container-fluid h1.title-inner-header {
  width: 100%;
  color: var(--white-color);
  font-size: clamp(42px, 4.45vw, 60px);
  font-weight: 600;
}
section.section-inner-hero div.container-fluid h1.title-inner-header span {
  color: var(--omicrom-02);
  font-weight: 800;
}
section.section-inner-hero div.container-fluid h2.subtitle-inner-header {
  width: 100%;
  color: var(--white-color);
  font-size: clamp(15px, 4.45vw, 25px);
  font-weight: 800;
}
section.section-inner-hero div.container-fluid h2.subtitle-inner-header b {
  color: var(--omicrom-02);
  font-weight: 800;
}
section.section-inner-hero div.container-fluid .description-inner-header {
  width: 60%;
  min-width: 300px;
  color: var(--white-color);
  font-size: clamp(16px, 2.45vw, 20px);
  font-weight: 300;
}
section.section-inner-hero div.container-fluid .description-inner-header b {
  color: var(--omicrom-02);
  font-weight: 800;
}

/*# sourceMappingURL=inner-header.css.map */
