  .feature-content-image {
  margin: 2em auto;
  padding: 2em 1.5em;
  position: relative;
  border-radius: 7px;
}
.feature-content-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.feature-content-image .feature-content-description {
  margin-top: 1em;
  margin-bottom: 1em;
}
.feature-content-image a.link {
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.3em 1.4em;
  white-space: normal;
  justify-content: center;
  align-items: center;
}
.feature-content-image a.link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.feature-content-image.feature-content-blue {
  background: #e1e6eb;
}
.feature-content-image.feature-content-blue:hover {
  background: #d2dae1;
}
.feature-content-image.feature-content-blue .btn {
  background: #768ea4;
  color: #fff;
}
.feature-content-image.feature-content-green {
  background: #e3ead3;
}
.feature-content-image.feature-content-green:hover {
  background: #d8e2c1;
}
.feature-content-image.feature-content-green .btn {
  background: #acc17c;
  color: #fff;
}
.feature-content-image.feature-content-taupe {
  background: #dfdfdf;
}
.feature-content-image.feature-content-taupe:hover {
  background: #d3d2d2;
}
.feature-content-image.feature-content-taupe .btn {
  background: #7a7878;
  color: #fff;
}
.feature-content-image.feature-content-teal {
  background: #d3dfde;
}
.feature-content-image.feature-content-teal:hover {
  background: #c4d5d3;
}
.feature-content-image.feature-content-teal .btn {
  background: #79a09c;
  color: #fff;
}
