[data-component-id="itg:header"] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  max-width: 100%;
  width: 100%;
  background-size: cover;
  resize: both;
  background-clip: content-box;
  background: linear-gradient(to bottom, #f5fff5, #fff) no-repeat center center;
  padding: 48px 0;
}

[data-component-id="itg:header"].has-image {
  min-height: calc(100vh - 145px);
}

h1 {
  text-transform: unset;
}

.header__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60%;
}

.header__text {
  display: flex;
  flex-direction: column;
  justify-content: center;

  p {
    font-size: 18px;
    font-weight: 300;
  }

  .text--light {
    color: #2D2926;
  }
}

.header__image {
  max-height: 346px;
}

header {
  .button--primary {
    margin-top: 24px;
    top: unset;
    left: unset;
    position: unset;
  }
}

