/* 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/bgOrganization.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 ORGANIZATION */
.organization {
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isiOrganization {
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.isiOrganization 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;
}
.isiOrganization p {
  font-size: 1.8rem;
}
.isiOrganization a {
  width: 100%;
  /* border: 1px solid black; */
  margin-top: 3rem;
  text-align: center;
}
.isiOrganization img {
  width: 100%;
}

/* SECTION STRUKTUR */
.struktur {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.isiStruktur {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.isiStruktur img {
  width: 100%;
}
.isiStruktur h3 {
  font-size: 32px;
  font-weight: 500;
}
.isiStruktur p {
  font-size: 16px;
  font-size: 400;
}
