.home .jumbotron {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
}
.home .t3-mainbody {
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .t3-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .t3-sl-3 {
  padding-top: 10px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-3 {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
.home .jumbotron {
  padding-top: 0;
}
.home .jumbotron h1 {
  margin-bottom: 10.5px;
  margin-top: 0;
}
.home .jumbotron p {
  font-size: 19px;
  line-height: 1.25;
  color: #878787;
}
@media screen and (min-width: 768px) {
  .home .jumbotron p {
    font-size: 23px;
  }
}