.ikon {
    position: relative; 
    height:fit-content;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.ikon::before {    
      content: "";
      background-image: url('https://bebandem.karangasemkab.go.id/Vieuw/Asset/gambar/bg-konten_visimisi.svg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important;
    /* border-radius: var(--bs-border-radius-lg)!important; */

}

.img-logo{
    width: 200px;
    height: 200px;
}

.logo-txt{
    padding-top: 4%;
}

@media screen and (width<=768px){
    .img-logo{
        width: 250px;
        height: 250px;
    }

    .logo-txt{
        padding-top: 10%;
    }
}

@media screen and (width<=526px){
    .img-logo{
        width: 200px;
        height: 200px;
    }

    .logo-txt{
        padding-top: 12%;
    }
}



@media screen and (width<=320px){

    .logo-txt{
        padding-top: 12%;
    }
}