body {
  overflow: auto;
}
body.muncul {
  overflow: hidden;
}
/* 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/about.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  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 ABOUT */
.about {
  /* border: 3px solid springgreen; */
  width: 100%;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isiAbout {
  /* border: 1px solid black; */
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 3rem;
}
.about H3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.garisOrange {
  color: #f98d41;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -6.5rem;
  margin-bottom: 1.5rem;
}
.aboutSplit {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  text-align: justify;
  /* column-gap: 2rem; */
}
.about p {
  font-size: 1.8rem;
}
.about .pKanan {
  width: 91%;
}

/* SECTION VALUES */
.values {
  margin-top: 10rem;
  padding: 25rem 0;
  background: #fdffe8;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isiValues {
  /* border: 1px solid black; */
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.values h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.garisOrange2 {
  color: #f98d41;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -4rem;
  margin-bottom: 1.5rem;
}
.splitValues {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
  margin-top: 5rem;
}
.splitValues h5 {
  text-align: center;
  line-height: 20rem;
  width: 20rem;
  height: 20rem;
  font-weight: 450;
  background: #f98d41;
  color: #fff;
  border-radius: 0.5rem;
}
