@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;500;700&display=swap");
body {
  background-color: #f5f1f1;
}

.jumbotron {
  background-color: #2c0036;
  color: white;
}

.bagianIsi {
  margin-top: -7%;
  border: 1px;
  border-radius: 0.4em;
  background-color: white;
  font-size: 1.3rem;
}

.bagianIsi .judul {
  text-align: left;
  margin-left: 0%;
  margin-bottom: 2%;
}

.bagianIsi .judul h2 {
  padding: 2%;
  font-weight: 700;
}

.bagianIsi .lainya li {
  font-size: 0.8em !important;
}

.bagianIsi .lainya li a {
  color: #2c0036;
  text-decoration: none;
}

.tambahan {
  background-color: white;
  border: 1px;
  border-radius: 0.4em;
  margin-top: 2%;
  padding: 2em;
}

.tambahan p {
  font-size: 1.09rem;
  word-spacing: 0.2em;
  line-height: 1.7em;
}

@media (max-width: 575.98px) {
  .jumbotron {
    text-align: center;
  }
  .bagianIsi {
    margin-top: -14%;
    font-size: 0.95rem;
  }
  .bagianIsi .judul {
    text-align: left;
    margin-left: 0%;
    margin-bottom: 2%;
  }
  .bagianIsi .judul h2 {
    padding: 2%;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .bagianIsi .col-3 {
    display: none;
  }
  .tambahan {
    margin-bottom: -40%;
  }
  .tambahan p {
    font-size: 0.9rem;
    word-spacing: 0.1em;
    line-height: 1.5em;
  }
}
/*# sourceMappingURL=isi.css.map */