@media (max-width: 576px) {
  .map-container iframe {
    height: 50vh;
 }
  .btn-container-maps button{
font-size: xx-small;
  }
  .text-inner-img{
    width: 100%;
  }
  .text-inner-img span{
font-size: xx-small;
letter-spacing: normal;
  }
  .image-container{
  
    padding-bottom: 10px !important;
  }
.swiper-container{
    height: auto;
}

.slide-content {
    width: 50vw;
    height:auto;
}
.slide-content h2 {
    font-size: 0.6rem;
  }
  .logo-partner {
    justify-content: center; /* Pusatkan elemen untuk layar kecil */
}

.company-spill h1{
  font-size: 1.5rem;
}
.company-spill p{
    font-size: 0.8rem;
}

.network-font1, .network-font2{
    font-size: x-small;
}

.box-about{
    width: auto;
  }

  #stats p, #services p{
    font-size: small;
  }
  .vimi div{
    padding:20px
  }

  .kontak{
    display: block;
  }
  
  #temukan-kami img{
    width: 20%;
  }

  #lokasi-dayasakti img{
    width: 100%;
  }

  #berita h2{
    font-size: x-large;
  }

  .box-partner-text{
width: 100%;
    }
  .box-partner-text h2{
    font-size: small;
  }

  #list-produk ul{
    width: 100%;
    gap: 1rem !important;
  }
  .bg-produklist{
    background-color: wheat;
    background-image: none;
  }

  #list-produk a{
    text-align: center;
  }

  #list-produk li{
outline-style: solid;
outline-color: #00004E;
  }

}


/* media 320 */
@media (max-width: 340px) {

  .text-inner-img{
    top: 45%;
  }
  .text-inner-img span{
    font-size: 6px;
  }
    .slide-content h2 {
        font-size: 0.5rem;
      }

      .company-spill h1{
        font-size: large;
      }
      .network-font1, .network-font2{
        font-size: xx-small;
    }

    .about-2 h1{
        font-size: large;
    }
    .about-2 p{
        font-size: small;
    }

    #stats p, #services p{
        font-size: x-small;
      }

      #temukan-kami img{
        width: 20%;
      }

      #berita h1{
        font-size: larger;
      }


      #berita h2{
        font-size: larger;
      }

      .box-partner-text h2{
        font-size: xx-small;
      }

      .box-partner-text{
        width: 100%;
            height: 45vh;
            }

}