.kampanj-bar {
  width: 100%;
  padding: 1rem;
  background-color: #f4a100;
  color: #fff;
  text-align: center;
}

.kampanj-bar p {
  margin: 0;
  font-weight: 600;
}

.kampanj-main {
  max-width: 1400px;
  margin: 0 auto;
}

.k-hero {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.kampanj-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.kampanj-image img {
  display: block;
  max-width: 500px;
  border-radius: 50%;
}

.kampanj-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.kampanj-title span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #69971f;
  margin-bottom: 1rem;
}

.kampanj-title h1 {
  display: flex;
  flex-direction: column;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  max-width: 14ch;
  margin-bottom: 2rem;
}

.kampanj-title p {
  max-width: 75ch;
  font-size: 14px;
}

.k-info {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.kampanj-text {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}

.kampanj-text p {
  max-width: 75ch;
  font-size: 14px;
  flex: 2;
}

.kampanj-text h2 {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.kampanj-green-text {
  color: #69971f;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .k-hero {
    padding: 0 4rem;
  }
}

@media screen and (max-width: 1000px) {
  .kampanj-main {
    max-width: 100%;
  }

  .k-hero {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .k-info {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .kampanj-hero {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .kampanj-image {
    width: 100%;
  }

  .kampanj-title {
    padding: 0 2rem;
  }

  .kampanj-title h1 {
    width: 100%;
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .kampanj-image img {
    border-radius: 0px 0px 0px 0px;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
    max-width: none;
  }

  .kampanj-title {
    align-self: auto;
  }

  .kampanj-text {
    flex-direction: column;
    padding: 0 2rem;
  }

  .kampanj-text h2 {
    display: block;
  }
}
