/* nav tablet */
@media screen and (max-width: 960px) {
  span.navbar-brand img {
    max-width: 125px;
  }
  .bg-micro::after {
    content: "";
    position: absolute;
    bottom: -250px;
    /* right: 24px; */
    display: none;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #f27929;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .bg-micro::before {
    content: "";
    position: absolute;
    bottom: -210px;
    left: -42px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: #f27929;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }

  .btn-daftar {
    margin-left: 0 !important;
    margin-top: 12px;
  }

  .btn-wa{
    margin-right: 0 !important;
  }

.wrap-button-header{
  flex-direction: column;
}

  .menu-nav {
    box-sizing: content-box;
    padding-bottom: 12px;
    text-align: center;
  }
.list-nav{
    margin-bottom: 12px;
}
.nav-faq{
    margin: 0 auto;
}
  /* header tablet */

  .header-micro .section-img-micro-wrap {
    width: 100%;
    height: 76vh;
    background-size: contain;
  }
  .header-micro .section-img-micro-wrap .container-content-wrap {
    padding: 100px 24px 0;
  }
  .header-micro
    .section-img-micro-wrap
    .container-content-wrap
    .logo-brand-insight {
    width: 500px;
    object-fit: contain;
    z-index: 4;
    position: relative;
  }
  .lasso-section {
    top: 76px;
    right: 0px;
    z-index: 1;
    position: absolute;
    width: 340px;
    height: auto;
    display: block;
  }
  .img-star {
    width: 40px;
    top: -16px;
    left: -20px;
  }
  .free-section {
    width: 120px;
    top: -50px;
    right: -30px;
  }
  .bali-desc-img {
    width: auto;
    height: 170px;
  }
  .malang-desc-img {
    height: auto;
  }

  /* peace tablet */

  .section-wrap-group .wrap-peace-img {
    top: 36%;
    left: 7.5%;
  }
  .section-wrap-group .wrap-peace-img img {
    width: 50px;
  }

  /* footer tablet */

  .footer-micro {
    padding: 48px 16px 16px;
  }
  .footer-micro .btn-footer-daftar {
    padding: 8px 16px;
    font-size: 22px;
    height: 56px;
  }
  .footer-micro .container-sosmed-row {
    max-width: 75%;
  }

}
