/* 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/bgManagement.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
z .isiFirst {
  transform: translateY(-50px);
}
.isiFirst h2 {
  font-size: 80px;
  font-weight: 500;
}
.isiFirst h5 {
  font-size: 24px;
  font-weight: 400;
}

/* SECTION MANAGEMENT */
.requirements {
  /* border: 4px solid salmon; */
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.isiRequirements {
  /* border: 1px solid black; */
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.isiRequirements 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;
}
.isiRequire {
  /* background: pink; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* row-gap: 1.5rem; */
  padding-bottom: 2rem;
}
.isiRequirements h5 {
  font-weight: 500;
}
.subRequire {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* padding-left: 3.5rem; */
}
.requireImg {
  width: 70%;
}
.isiRequirements p {
  font-size: 1.6rem;
  text-align: justify;
}
.subRequire ul {
  list-style: square;
}
.garis {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.226);
  margin: 3rem 0;
}
