/* navbar mobile */
@media screen and (max-width: 767px) {
  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%;
  }

  .menu-nav {
    box-sizing: content-box;
    padding-bottom: 12px;
    text-align: center;
  }
.list-nav{
    margin-bottom: 12px;
}
.nav-faq{
    margin: 0 auto;
}
  .menu-nav .btn-daftar {
    overflow: hidden;
    margin-left: 0;
  }

  /* header mobile */

  .header-micro .section-img-micro-wrap {
    width: 100%;
    height: 70vh;
    background-size: cover;
  }
  .header-micro
    .section-img-micro-wrap
    .container-content-wrap
    .logo-brand-insight {
    max-width: 290px;
    object-fit: contain;
  }
  .header-micro .section-img-micro-wrap .container-content-wrap {
    padding: 70px 24px 24px;
  }
  /* .img-wrap .img-star {
      max-width: 20px;
      top: -10px;
      left: -10px;
    }
    .img-wrap .img-sun {
      max-width: 28px;
      bottom: -47px;
      right: 17px;
    } */
  .insight-description-img {
    max-width: 100%;
  }

  .free-section {
    width: 64px;
    top: -36px;
    right: -20px;
  }

.lasso-section {
  display: none;
}


  .container-img-insight-wrap .img-star {
    width: 20px;
    top: -9px;
    left: -8px;
  }
  .bali-desc-img {
    width: auto;
    height: 80px;
  }
  .malang-desc-img {
    width: auto;
    height: 80px;
    padding-right: 16px;
  }
  .container-img-wrap .wrap-button {
    padding-top: 16px;
  }
  .btn-daftar-sini {
    width: 100%;
  }

  /* peace mobile */
  .section-wrap-group .wrap-peace-img {
    top: 36%;
    left: 7.5%;
  }
  .section-wrap-group .wrap-peace-img img {
    width: 30px;
  }

  /* footer mobile */

  .footer-micro div.container-sosmed-row {
    max-width: 100%;
  }

  .footer-micro .container-sosmed-row .wrap-sosmed {
    margin-bottom: 16px;
  }

  .footer-micro .title-footer {
    font-size: 18px;
  }
  .footer-micro .btn-footer-daftar {
    padding: 8px 16px;
    font-size: 20px;
    height: 50px;
  }
  .footer-micro .footer-text {
    font-size: 14px;
  }
  .footer-micro .mb {
    margin-bottom: 6px;
  }
}
