/* @media  only screen and (max-width: 500px) {
  *{
    font-size: 24px;
  }
  .reveal_top{
      transform: translateY(0px);
      opacity: 1;
      transition: .5s all ease;
  }

  .reveal{
      transform: translateX(0px);
      opacity: 1;
      transition: .5s all ease;
  }

  .responsive_text,.text_desc{
      font-size: 24px !important;
  }
  .compare_icon_right,.compare_icon_left{
      top: 150px;
  }
  .bg_mikan_texture, 
  .bg_nyamplung_texture, 
  .bg_jelatah_texture,
  .bg_kemiri_texture{
      height: 120vh !important;
  }
  .bg_jarak_texture,
  .bg_jenis_texture{
      height: 130vh !important;
  } 
  .bg_compare_texture{
      height: 160vh !important;
  }
  .bg_video_texture{
      height: 115vh !important;
  }
  .bg_mitos_texture{
      height: 125vh !important;
  }
  .mitos_fakta_part{
      width: 80%;
      line-height: 32px;
  }
  .bg_quiz_texture{
      height: 100vh !important;
      margin-top: -120px !important;
  }
} */