/* 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/bgFinancial.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;
}
.grupDownloadLaporan {
  display: flex;
  /* border: 1px solid black; */
  justify-content: center;
  align-items: center;
}
.downloadLaporan {
  margin-left: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloadLaporan img {
  width: 80px;
  margin: 0;
  /* border: 1px solid black; */
}
.textDownload {
  width: 100%;
  margin: 0 20px;
  /* border: 1px solid black; */
  position: relative;
}
.textDownload p,
.textDownload a {
  font-size: 1.6rem;
}
.textDownload a {
  display: block;
  margin-top: 20px;
  color: cornflowerblue;
}
.textDownload .arrow {
  font-size: 50px;
  font-weight: 400;
  position: absolute;
  right: -20px;
  top: 10%;
}
