/**
 * CE: Features
 */
.ce-features h5 {
  color: var(--theme-primary);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

.ce-features h5 + p {
  font-size: 16px;
  font-weight: 400;
  margin-top: -5px;
}

.ce-features img {
  width: 150px;
  height: 100px;
}

.ce-features article {
  cursor: pointer;
}
