.instansi{
    margin-bottom: 5rem;
}


/* Header */
.background-color{
    background-color: #388984;
}

.header-instansi{
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.header-instansi h1{
    margin-bottom: 0;
    color: white;
    font-size: 1.8rem;
    margin-left: 1rem;
}

.header-instansi img{
    height: 212px;
}

@media (max-width: 320px) {
}

@media (min-width: 321px) and (max-width: 376px) {
}

@media (min-width: 377px) and (max-width: 600px) {
    .header-instansi{
        flex-direction: column;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .header-instansi h1{
        text-align: center;
        font-size: 1.2rem;
        margin-left: 1rem;
    }
    
    .header-instansi img{
        height: 100px;
    }

    .table-informasi{
        margin-top: 20px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 1024px) {
}



/* Informasi */
.informasi-instansi{
    margin-top: 3rem;
}

.judul-table{
    font-size: 18px;
    font-weight: 700;
    color: #484848;
}

.table-instansi, td, th {
  border: 1.5px solid #b9b9b9;
}

.table-instansi td, th {
  padding: 2px 0px;
}

.table-instansi{
    border-collapse: collapse;
    width: 100%;
}

.table-instansi th{
    background-color: #388984;
    color: white;
}

.table-instansi td{
    font-weight: 500;
    color: #484848;
}

.table-instansi a{
    color: #484848;
}
.td-informasi-instansi{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.td-informasi-instansi p{
    margin-bottom: 0;
}

