:root {
  --evo-brand-secondary: #99CA3A;
  --evo-brand-accent: #99CA3A;
  --evo-header-background: #fff;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-leaf:before {
    content: "\f06c";
    color: green;
}

.fa-recycle:before {
    content: "\f1b8";
    color: limegreen;
}