.itelligence_feature_module,
.itelligence_feature_module * {
  box-sizing: unset;
}

.itelligence_feature_module .img-zoom {
  overflow: hidden;
  margin-bottom: 25px;
}

.itelligence_feature_module-item img {
  margin-bottom: 0px !important;
  width: 100%;
}

.itelligence_feature_module-intro {
  margin-bottom: 50px
}

.itelligence_feature_module-item img,
.itelligence_feature_module-item h4,
.itelligence_feature_module-item p {
  display: block;
  margin: 0 auto
}

.itelligence_feature_module-item img {
  margin-bottom: 25px
}

.itelligence_feature_module-item h4 {
  margin-bottom: 5px
}

.itelligence_feature_module-cta {
  margin-top: 50px
}

.itelligence_feature_module.animation .itelligence_feature_module-intro,
.itelligence_feature_module.animation .itelligence_feature_module-item,
.itelligence_feature_module.animation .itelligence_feature_module-cta {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}

.itelligence_feature_module.animation .itelligence_feature_module-intro.animation,
.itelligence_feature_module.animation .itelligence_feature_module-item.animation,
.itelligence_feature_module.animation .itelligence_feature_module-cta.animation {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s
}

.bg--LightBlue.itelligence_feature_module-item h4,
.bg--LightBlue.itelligence_feature_module-item p {
  color: var(--SmartNavy);
}

/* Color Fallback */
.module.bg-brand--three.itelligence_feature_module-item *,
.module.bg-brand--four.itelligence_feature_module-item *,
.module.bg-brand--five.itelligence_feature_module-item * {
  color: var(--SmartNavy);
}

@media screen and (max-width: 63.99999em) {
  .itelligence_feature_module-item {
    margin-bottom: 25px
  }
}