.bg-primary {
/*    background-color: #fdcc52!important;*/
    background-color: #fff!important;
}
section.download.bg-orange {
    background: none;
    color: #000;
}
section.features .feature-item i {
    background: -webkit-linear-gradient(to left,#7b4397,#dc2430);
    background: linear-gradient(to left,#fdcc52,#fdcc52);
    -webkit-background-clip: text;
}