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

  h1 {
    text-transform: unset;
  }

  .header__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    min-height: calc(100vh - 145px);
  }

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

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

  .header__image {
    max-height: 346px;
  }

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