/* SECTION FIRST */
.first {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("../../../../assets/img/bgCareer2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.isiFirst {
  transform: translateY(-50px);
}
.isiFirst h2 {
  font-size: 80px;
  font-weight: 500;
}
.isiFirst h5 {
  font-size: 24px;
  font-weight: 400;
}

/* SECTION KARIR */
.karir {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}
.isiKarir {
  width: 90%;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: baseline;
  text-align: justify;
}
.isiKarir1,
.isiKarir2 {
  width: 40%;
}
.isiKarir2 {
  position: relative;
}
.isiKarir h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.garisOrange {
  color: #f98d41;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -3.5rem;
  margin-bottom: 1.5rem;
}
.isiKarir ul {
  margin-left: 15px;
}
.posisiKarir1,
.posisiKarir2 {
  width: 100%;
  background: #222;
  padding: 10px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 99;
}
.posisiKarir1 h4,
.posisiKarir2 h4 {
  font-size: 16px;
  font-weight: 500;
  width: 85%;
}
.descKarir1,
.descKarir2 {
  position: absolute;
  /* background: salmon; */
  opacity: 0;
  /* height: 0; */
  transform: translateY(-5rem);
  z-index: -1;
  transition: all 1s ease;
}
.descKarir1.muncul,
.descKarir2.muncul {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
.diKlik {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
