.kontent-career {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .kontent-career {
    min-height: 51rem;
  }
}
.kontent-career::before {
  content: "";
  width: 57.44rem;
  height: 31.99363rem;
  position: absolute;
  background: url("/kontent-assets/img/career.webp");
  right: 0;
  top: 18.12rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.kontent-career .free {
  position: absolute;
  width: 27.5rem;
  height: 33.6875rem;
  mix-blend-mode: darken;
  top: 8rem;
  right: 15.31rem;
  clip-path: polygon(99% 0%, 99% 100%, 0% 100%, 0% 0%);
}
.kontent-career-container {
  max-width: 106.25rem;
  width: 100%;
  margin: 0 auto;
}
.kontent-career-head {
  display: flex;
  flex-direction: column;
}
.kontent-career-head h1 {
  color: #ff6513;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.kontent-career-head h2 {
  color: #636363;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.kontent-career-body {
  display: flex;
  margin-top: 3.19rem;
  margin-bottom: 5rem;
}
.kontent-career-form {
  max-width: 52.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .kontent-career {
    padding: 2rem 1.25rem 0;
  }
  .kontent-career .free {
    display: none;
  }
  .kontent-career::before {
    display: none;
  }
  .kontent-career-head {
    gap: 0.75rem;
  }
  .kontent-career-head h1 {
    font-size: 1.125rem;
  }
  .kontent-career-head h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.15;
  }
  .kontent-career-body {
    margin: 2.5rem 0 3rem;
  }
  .kontent-career-form {
    max-width: none;
    min-width: 0;
  }
}