.jumbotron2 {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron2 {
    padding: 4rem 2rem;
  }
}

.jumbotron2-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.jumbotron2 {
  background: linear-gradient(rgba(2, 188, 82, 0.9), rgba(159, 252, 199, 0.5)), url(../img/kantor.jpg), no-repeat center center;
  background-size: cover;
}

.jumbotron2.page-header {
  background: linear-gradient(rgba(40, 120, 235, 0.9), rgba(40, 120, 235, 0.9)), url(../img/kantor.jpg), no-repeat center center;
  background-size: cover;
}