.home .jumbotron {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
}
.home .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.home .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .home .t3-spotlight-1 .t3-module {
    margin-bottom: 30px;
  }
}
.home .t3-sl-2 {
  background: #ededed;
}
.home .t3-sl-2 .jumbotron {
  border-radius: 0;
}
.home .t3-sl-2 .jumbotron .btn {
  margin-top: 22px;
}
.home .t3-sl-3 {
  background: #1d181e;
}
.home .t3-sl-4 {
  background: #1b1b20;
  padding-bottom: 60px;
  padding-top: 60px;
}
.home .t3-sl-4 .jumbotron {
  padding-top: 0;
}
.home .t3-sl-4 .jumbotron h1 {
  margin-bottom: 11px;
  margin-top: 0;
}
.home .t3-sl-4 .jumbotron p {
  font-size: 20px;
  line-height: 1.25;
  color: #848484;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-4 .jumbotron p {
    font-size: 24px;
  }
}
.home .t3-sl-5 {
  background: #ffffff;
  color: #848484;
  border-top: 1px solid #ededed;
  padding: 0;
}
.home .t3-sl-5 .jumbotron {
  border-radius: 0;
  margin-bottom: 0;
}