html {
    scroll-behavior: smooth;
  }
  
.title{
    font-size: 48px;
}
.desc-title{
    font-size: 24px;
}
.license{
    font-weight: 600;
}
.foto-pimpinan{
    border: 2px solid #012a4a; 
    border-radius: 10px;
    max-height: 200px;
}
.garis-pembatas{
    border: 1px solid #012a4a; 
}
.bg-real{
    background: #012a4a;
}
.icon-jasa{
    height: 64px;
    width: 64px;
}
.icon-peraturan{
    padding: 10px;
    height: 108px;
    width: 108px;
}
.bg-second{
    background: #eff1f3;
}
.bg-footer{
    background: #012a4a;

}

.fixed-bottomk {
    position: fixed;
    right: 20px;
    bottom: 20px;
    
}
.portfolio {
    max-height: 126px !important;
    overflow-y: scroll !important;
}

.br-lg {
    display: none;
}
@media (min-width: 1200px) {
    /* Menunjukkan <br> pada layar besar (lg) */
    .br-lg {
        display: inline;
    }
}