  div.ccm-block-feature-item h3 {
  border-radius: 7px;
  padding: 0.5em 0;
}
div.ccm-block-feature-item .feature-item-content {
  border-radius: 7px;
  padding: 1.3em 1.5em 0.7em;
}
div.ccm-block-feature-item .feature-item-content ul {
  padding-left: 4.3em;
}
.feature-light-light-green h3 {
  background: #b6cc83;
  color: #fff;
}
.feature-light-light-green .feature-item-content {
  background: #b6cc83;
}
.feature-light-light-green .feature-item-content p,
.feature-light-light-green .feature-item-content li {
  color: #fff;
}
.feature-green h3 {
  background: #acc17c;
  color: #fff;
}
.feature-green .feature-item-content {
  background: #acc17c;
}
.feature-green .feature-item-content p,
.feature-green .feature-item-content li {
  color: #fff;
}
.feature-dark-green h3 {
  background: #9cb070;
  color: #fff;
}
.feature-dark-green .feature-item-content {
  background: #9cb070;
}
.feature-dark-green .feature-item-content p,
.feature-dark-green .feature-item-content li {
  color: #fff;
}
.feature-darker-green h3 {
  background: #899b60;
  color: #fff;
}
.feature-darker-green .feature-item-content {
  background: #899b60;
}
.feature-darker-green .feature-item-content p,
.feature-darker-green .feature-item-content li {
  color: #fff;
}
.feature-teal h3 {
  background: #79a09c;
  color: #fff;
}
.feature-teal .feature-item-content {
  background: #79a09c;
}
.feature-teal .feature-item-content p,
.feature-teal .feature-item-content li {
  color: #fff;
}
.feature-blue h3 {
  background: #768ea4;
  color: #fff;
}
.feature-blue .feature-item-content {
  background: #768ea4;
}
.feature-blue .feature-item-content p,
.feature-blue .feature-item-content li {
  color: #fff;
}
.feature-taupe h3 {
  background: #7a7878;
  color: #fff;
}
.feature-taupe .feature-item-content {
  background: #7a7878;
}
.feature-taupe .feature-item-content p,
.feature-taupe .feature-item-content li {
  color: #fff;
}
