/* FOOTER BARU */
/* PHONE DEVICE */
.government-profile{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(36, 87, 162, 0.25);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
.government-profile .official-photo{
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0px !important;
    overflow: hidden !important;
    
    position: relative;
    width: 100%;
    min-height: 0px;
}

.government-profile .official-photo img{
    height: 100%;
}

.government-profile .official-photo .office-photos-layer{
    height: 100%;
    position: absolute;
    background: linear-gradient(360deg, white 0%, rgba(0, 0, 0, 0) 65%);
    width: 100%;

}

.government-profile .government-description{
    padding: 25px;
    width: 100%;
    background-color: white;
}

.government-profile .government-description h3{
    font-weight: bold;
}

.government-profile .government-description p{
    text-align: justify;
}

.visi, .misi{
    border-left: 5px solid var(--bs-primary);
}

  /* PHONE DEVICE */
  
  @media screen and (min-width: 1200px) {
    .government-profile{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }
    
    .government-profile .official-photo{
        height: 400px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0px !important;
        overflow: hidden !important;
        
        position: relative;
        width: 40%;
        min-height: 0px;
    }
    
    .government-profile .official-photo img{
        height: 100%;
    }

    .government-profile .official-photo .office-photos-layer{
        height: 100%;
        position: absolute;
        background: linear-gradient(271deg, white 0%, rgba(0, 0, 0, 0) 65%);
        width: 100%;

    }
    
    .government-profile .government-description{
        padding: 30px;
        width: 60%;
        background-color: white;
    }
    
    .government-profile .government-description h3{
        font-weight: bold;
    }

    .government-profile .government-description p{
        text-align: justify;
    }
  }
  
  @media screen and (min-width: 768px) {
    .government-profile{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }
    
    .government-profile .official-photo{
        height: 400px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0px !important;
        overflow: hidden !important;
        
        position: relative;
        width: 40%;
        min-height: 0px;
    }
    
    .government-profile .official-photo img{
        height: 100%;
    }

    .government-profile .official-photo .official-photo-layer{
        background: linear-gradient(271deg, white 0%, rgba(0, 0, 0, 0) 65%);
        width: 100%;
    }

    
    .government-profile .government-description{
        padding: 30px;
        width: 60%;
        background-color: white;
    }
    
    .government-profile .government-description h3{
        font-weight: bold;
    }

    .government-profile .government-description p{
        text-align: justify;
    }
  }
  /* FOOTER BARU */