header {
  background-color: #005a53;
}

.jumbotron-tentang-kami {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: auto;
  color: #005a52;
  background-color: #e5efee;
  padding-top: 250px;
  padding-bottom: 50px;
}

.jumbotron-tentang-kami-top {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-around;
  width: 100%;
}

.jumbotron-tentang-kami-top h1 {
  font-size: 40px;
  text-shadow: 2px 0px 2px #002f2b;
}

.jumbotron-tentang-kami-top p {
  font-size: 12px;
}

.jumbotron-tentang-kami-bottom img {
  width: 100%;
  margin-bottom: -5px;
}

.visi-misi {
  padding-top: 30px;
  padding-bottom: 100px;
}

.visi-misi h2 {
  font-size: 30px;
}

.visi-misi div {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 700px) {
  .jumbotron-tentang-kami {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 400px) {
  .jumbotron-tentang-kami {
    padding-top: 150px;
  }

  .jumbotron-tentang-kami-top {
    padding-bottom: 30px;
  }
  .jumbotron-tentang-kami-top h1 {
    font-size: 25px;
  }

  .jumbotron-tentang-kami-top p {
    font-size: 8px;
  }

  .jumbotron-tentang-kami-bottom {
    width: 100%;
    height: 300px; /* Tentukan tinggi container */
    overflow: hidden;
  }

  .jumbotron-tentang-kami-bottom img {
    width: 100%; /* Ensure the image fills the container horizontally */
    height: 100%; /* Ensure the image fills the container vertically */
    object-fit: cover; /* Crop the image to fit the container */
    object-position: center;
  }
}
