.homepage-hero {
  height: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.homepage-hero--text {
  z-index: 20;
  margin-top: 75px;
}
.homepage-hero--cta {
  z-index: 20;
  height: 40px;
}
.homepage-hero--gradient {
  content: "";
  z-index: 10;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 44%, rgba(255, 255, 255, 0) 99%);
}

.gradient--contain {
  position: relative;
}

.feature {
  max-width: 200px;
  margin: 0px auto;
}
.feature--image-container {
  width: 200px;
}
.feature--title {
  height: 55px;
  color: #1e65a7;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}
.feature-list li {
  color: #1e65a7;
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.05rem;
}

.gradient-bg {
  background: linear-gradient(90deg, rgb(234, 239, 249) 34%, rgb(255, 255, 255) 69%);
}
