.blink_me {
  animation: blinker 3s ease-in-out 2;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
section#co2saving h3 {
    color: #dd2a4d;
    text-align: center;
}
section#co2saving i{
    color:green;
    padding:0 13px;
}