/* ============================================================
   HOME PAGE ONLY
   ============================================================ */

/* Icon boxes height */
.icon-boxes-home {
  height: 300px !important;
}

/* Hero subtitle adjustments (home only if needed) */
.home .section-subheading {
  max-width: 900px;
  margin: 12px auto 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home .section-subheading {
    font-size: 16px !important;
    line-height: 1.4;
  }
}
