@media screen and (max-width: 1000px) {
  .first {
    height: 300px;
  }
  /* SECTION LAPORAN */
  .isiLaporan h3 {
    font-size: 2.4rem;
  }
  .isiLaporan p {
    font-size: 1.6rem;
  }
  .garisOrange {
    font-size: 2.4rem;
    /* margin-top: -5.7rem; */
  }
  .textDownload p,
  .textDownload a {
    font-size: 1.4rem;
  }
}

/* 800PX */
@media screen and (max-width: 800px) {
  .grupDownloadLaporan {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  /* SECTION FIRST */
  .isiFirst h2 {
    font-size: 24px;
  }
  .isiFirst h5 {
    font-size: 14px;
  }

  /* SECTION LAPORAN */
  .textDownload {
    margin: 0 10px;
  }
}

@media screen and (max-width: 520px) {
  .first {
    height: 200px;
  }
  /* SECTION LAPORAN */
  .isiLaporan h3 {
    font-size: 2rem;
  }
  .isiLaporan p {
    font-size: 1.4rem;
  }
  .garisOrange {
    font-size: 2rem;
    margin-top: -2.7rem;
  }
  .downloadLaporan img {
    width: 50px;
  }
  .textDownload p,
  .textDownload a {
    font-size: 1.2rem;
  }
}
