.home h1 {
  line-height: 1;
}
.home h2 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .home h2 {
    font-size: 32px;
  }
}
.home .jumbotron {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
}
.home .t3-sl-1 {
  padding: 0;
  background: #fdf9ef;
  color: #858687;
  border-bottom: 1px solid #eeeeee;
}
.home .t3-sl-1 .jumbotron {
  border-radius: 0;
}
.home .t3-sl-1 .jumbotron .btn {
  margin-top: 24px;
}
.home .t3-sl-2 {
  text-align: center;
}
.home .t3-sl-2 .img-responsive {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-2 p {
    font-size: 17px;
    line-height: 27px;
  }
}
.home .t3-sl-3 p > img {
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .home .t3-sl-3 p > img {
    margin-top: 0;
  }
}
.home .t3-sl-3,
.home .t3-sl-4 {
  border-top: 1px solid #eeeeee;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-3 p,
  .home .t3-sl-4 p {
    font-size: 17px;
    line-height: 27px;
  }
}
.home .t3-sl-3 .jumbotron,
.home .t3-sl-4 .jumbotron {
  padding-top: 0;
}
.home .t3-sl-3 .jumbotron h1,
.home .t3-sl-4 .jumbotron h1 {
  margin-bottom: 12px;
  margin-top: 0;
}
.home .t3-sl-3 .jumbotron p,
.home .t3-sl-4 .jumbotron p {
  font-size: 19px;
  line-height: 1.25;
  color: #737373;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-3 .jumbotron p,
  .home .t3-sl-4 .jumbotron p {
    font-size: 23px;
  }
}
.home .t3-sl-5 {
  background: #fdf9ef;
  color: #858687;
  border-top: 1px solid #eeeeee;
  padding: 0;
}
.home .t3-sl-5 .jumbotron {
  border-radius: 0;
  margin-bottom: 0;
}
.mod-home .intro-image {
  padding-bottom: 20px;
}
.mod-home .intro-image img {
  border-radius: 18px;
}
.mod-home .program-info h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #036eb8;
}
.mod-home .program-detail {
  margin-bottom: 30px;
}