/* Home hero — bovenaan de startpagina */
.home-hero {
  margin: 0 0 40px 0;
  padding: 32px 36px 40px;
  background: linear-gradient(145deg, #f4f8fc 0%, #fff 45%, #eef4fa 100%);
  border: 1px solid #e7ecf1;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(53, 152, 220, 0.08);
}

.home-hero__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-hero__text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.home-hero__logo {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.home-hero__kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3598dc;
  margin: 0 0 10px 0;
}

.home-hero__title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 16px 0;
}

@media (min-width: 992px) {
  .home-hero__title {
    font-size: 32px;
  }
}

.home-hero__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #5c6b7a;
  margin: 0 0 20px 0;
}

.home-hero__list {
  margin: 0 0 24px 0;
  padding-left: 1.1em;
  color: #5c6b7a;
  font-size: 15px;
  line-height: 1.7;
}

.home-hero__list li {
  margin-bottom: 6px;
}

.home-hero__visual {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 8px;
}

.home-hero__illu {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.home-hero__actions {
  margin: 0;
}

.home-hero__actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.text-nowrap {
  white-space: nowrap;
}
