.jumbotron .h1,
.jumbotron h1 {
  text-align: center;
  background-color: #52a03d;
  margin: 25px auto;
  margin-bottom: 0px;
  max-width: 700px;
  border-radius: 0px 10px 0px 0px;
  color: #fff;
  padding: 15px;
  position: absolute;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: none;
  text-shadow: none;
  font-weight: 500;
}

h1.hero-title {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0px !important;
  text-align: center;
  margin-top: 104px;
  border-bottom: 7px solid #52a03d;
  height: 40vh;
  width: 100%;
}

.jumbotron p {
  text-align: center;
  background-color: rgba(106234, 115, 34, 0.8);
  margin: 25px auto;
  max-width: 600px;
  border-radius: 10px;
  color: #fff;
  padding: 15px;
  font-weight: 300;
}

.jumbotron.no-img {
  height: 100px;
}


@media only screen and (max-width: 1023px) {
  .jumbotron{
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .jumbotron.no-img {
    height: 90px;
    margin-top: 40px;
  }

  .jumbotron.no-img .h1,
  .jumbotron.no-img h1 {
    font-size: 30px;
    line-height: 30px;
  }
}