@media screen and (max-width: 1000px) {
  .first {
    height: 300px;
  }
  /* SECTION IKHTISAR */
  .isiIkhtisar h3 {
    font-size: 2.4rem;
  }
  .garisOrange {
    font-size: 2.4rem;
    /* margin-top: -5.7rem; */
  }
  .isiIkhtisar p {
    font-size: 1.6rem;
  }
  .textDownload p,
  .textDownload a {
    font-size: 1.4rem;
  }
}

/* 800PX */
@media screen and (max-width: 800px) {
  .grupDownloadLaporan {
    flex-direction: column;
  }
  .downloadLaporan {
    margin-left: inherit;
  }
}

@media screen and (max-width: 600px) {
  /* SECTION LAPORAN */
  .textDownload {
    margin: 0 10px;
  }
}

@media screen and (max-width: 520px) {
  .first {
    height: 200px;
  }
  /* SECTION LAPORAN */
  .isiIkhtisar h3 {
    font-size: 2rem;
  }
  .isiIkhtisar 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;
  }
}
