
.career-top {
  background: #FAF9F7;
  padding: 85px 0 100px;
}
.career-top .inner-container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px;
}
.career-top .inner-container .top-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 90px;
}
.career-top .inner-container .top-container .left-part {
  width: 42%;
  padding: 0 90px 0 0;
}
.career-top .inner-container .top-container .right-part {
  width: 58%;
}
.career-top .inner-container .top-container .left-part h2 {
  font-family: Graphik;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(14, 19, 12, 1);
}
.career-top .inner-container .top-container .right-part p {
  padding: 0;
  margin: 0 0 20px;
  font-family: Graphik;
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0;
  color: rgba(14, 19, 12, 1);
}
.career-top .inner-container .top-container .right-part p:last-of-type{
  margin: 0;
}
.career-top .inner-container .bottom-container {
  max-height: 680px;
  overflow: hidden;
}
.career-top .inner-container .bottom-container img {
  height: 100%;
  width: auto;
  max-width: 100%;
}