:root {
  --evo-brand-primary: #772620;
  --evo-brand-secondary:#89585b;
  
  /*** Global ***/
  --theme-primary: #772620;
  --theme-secondary: #89585b;
  --theme-tertiary: #204677;
  --theme-background: snow;
  --theme-text: #212427;
  --theme-darkgrey: #778899;
  --theme-lightgrey: #f2f2f2;
  --evo-row-spacing: 20px !important;
}

.linkexisting h2 {
  color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #025939;
    margin-top: 30px;
 margin-bottom: 30px;
}