@media (max-width: 670px) {
  /* Navbar Mobile */

  .header-right a {
    display: none;
  }

  /* Top Mobile */

  footer {
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .facebook {
    margin-bottom: 10px;
  }

  .top-wrapper {
    text-align: center;
  }

  /* Tambahkan CSS untuk header-right */
  .header-right {
    display: none;
  }

  /* Tambahkan CSS untuk menu-icon */
  .menu-icon {
    display: block;
  }

  .top-wrapper h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .top-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }

  .top-wrapper .btn {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .facebook {
    margin-bottom: 12px;
  }

  .pengertian {
    display: none;
  }

  /* Skill Mobile */

  .skill-wrapper {
    height: 1400px;
    border-radius: 0%;
  }

  .card {
    width: 95%;
    margin: 10px auto;
  }

  .testi-container {
    margin-top: 550px;
  }

  /* features mobile */

  .features-top {
    margin-top: 100px;
  }
}

@media (max-width: 600px) {
  .main-card .cards .card {
    /* margin: 20px 0 10px 0; */
    width: 100%;
  }

  .faq-wrapper .accordion {
    margin-top: 50rem;
  }
}

@media (max-width: 370px) {
  .features-top {
    margin-top: 250px;
  }
}

@media (max-width: 698px) {
  .wrapper .table {
    width: 100%;
  }
}

@media (max-width: 670px) {
  .faq-wrapper .accordion {
    margin-top: 26rem;
  }
}
