/* 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/bgContact.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 IKHTISAR */
.ikhtisar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}
.isiIkhtisar {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.isiIkhtisar 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;
}
.isiIkhtisar p {
  font-size: 1.8rem;
}
.konten {
  width: 80%;
  margin: 20px auto;
  overflow: auto;
}
.satuanKanan {
  text-align: right;
}
.konten img {
  width: 100%;
  height: 100%;
  object-position: top left;
  object-fit: cover;
}

.isiRepresentative {
  /* border: 1px solid gray; */
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 5rem 3rem;
  margin: 10rem 0;
  flex-wrap: wrap;
}
.office {
  /* border: 2px solid salmon; */
  background: #fff;
  filter: drop-shadow(5px 5px 5px #3333336e);
  border-radius: 0.5rem;
  padding: 4rem 3rem;
  width: 40%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 2rem;
}
.office h5 {
  font-weight: 500;
  font-size: 1.8rem;
}
.email,
.alamat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
}
.isiRepresentative img {
  height: 2.5rem;
}
.isiRepresentative a {
  color: #333;
  font-size: 1.8rem;
  text-decoration: underline;
}
