jross
Hi
These are the color codes used for ACM module blocks BG color
.acm-features.style-4 .features-item.bg-lv-1 {
background: #d93030;
}
.acm-features.style-4 .features-item.bg-lv-2 {
background: #336666;
}
.acm-features.style-4 .features-item.bg-lv-3 {
background: #67615c;
}
.acm-features.style-4 .features-item.bg-lv-4 {
background: #979eb1;
}
Add them in custom.css file and change the color code as per needs.