:root {
  --evo-brand-primary-dk: #07341d;
  --evo-brand-secondary: #07341d;
  --evo-brand-accent: #17bd68;
  --evo-header-background: #fff;
  
}

.text-cta-secondary { background-color: var(--evo-brand-secondary) !important; }
footer h3.color-secondary {
  color: var(--evo-brand-secondary) !important;
  font-weight:initial;
  text-transform:none;
}
header .menu .catalog-block { background: var(--evo-brand-default) !important; }
nav.menu .catalog-block ul.catalog>li>a { color: white !important; }

.header-full .logo img {
/* Change this for desktop */
    max-width: 350px !important;
    height: auto !important;
    max-height: none !important;
}

.center-70p { width: 70%; margin: 0 auto; }