﻿:root {
  --theme-primary-color: #32C678;
  --affiliate-background-color: #C8B802;
  --affiliate-background-gradient: linear-gradient(to right, #968A05, #E1CF00);
  --theme-text-color: #fff;
  --border-alpha05: rgba(255, 255, 255, 0.05);
  --border-alpha02: rgba(255, 255, 255, 0.02);
  --alpha1: rgba(0, 0, 0, 0.1); }
.section-features {
    background-image: url(../images/section-bg.jpg) !important;
}