@media screen and (max-width: 1199px) {
  #hero .utama {
    height: min-content !important;
  }
  #hero .utama h1 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .p-hero {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
}

@media screen and (max-width: 767px) {
  #hero {
    height: min-content !important;
  }
  #hero .utama h1 {
    font-size: 13vw;
    line-height: 13vw;
  }

  #hero .utama {
    text-align: center;
  }
  .tombol-hero {
    justify-content: center;
  }
  .p-hero {
    font-size: 18px;
  }
  #motivasi h1 {
    font-size: 10vw;
  }
  #servis h1,
  #testimoni h1 {
    font-size: 42px;
  }
  .hero2 h1 {
    font-size: 42px;
  }
  .gambar-img {
    padding-top: 7rem;
  }
}
