


/**
 * Homepage - Hero
 */
.content__heading {
  position: relative;
}
 .content-heading__hero {
  position: relative;
}

 .content-heading__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.content-heading__hero-title {
  font-size: 2.25rem;
  margin-bottom: 5px;
  color: var(--color-neutral--6);
  line-height: 42.26px;
}

 .path-frontpage .content__main > div:nth-child(3) {
  background-color: var(--color-brand--4);
  position: relative;
}

.path-frontpage .content__main > div:nth-child(3)::before {
  height: 150px;
  content: "";
  position: absolute;
  top: -304px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1400px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
  background-image: url(../../images/homepage/wave-homepage.svg);

}

@media all and (min-width: 1000px) {
  .content-heading__hero-content {
    left: 36%;
    max-width: 700px;
  }
  .content-heading__hero-title {
    line-height: 70.44px;
    font-size: 3.556rem;
  }
  /* .path-frontpage .content__main > div:nth-child(2) {
    background-color: inherit;
  }

  .path-frontpage .content__main > div:nth-child(2)::before{
    content: inherit;
  }
  .path-frontpage .content__main > div:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -440px;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 458px;
    background-image: url(../../images/homepage/wave-homepage-dekstop.svg);
    z-index: 1;
  } */
}
