section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to left, #2dab0d, #b0a903);
  -webkit-background-clip: text;
}

.bg-primary {
  background: #2dab0d;
  background: linear-gradient(#e0ff24, #a5de00);
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #fff;
  border-color: #52fd78;
  background-color: #2dab0d;
}

a:hover, a:focus {
  color: #2dab0d !important;
}

