kblubis
Hide over with this css code
.acm-features.style-5 .features-image .features-item-wrap .features-item .bg-decor{display:none;}
Column color below 1,2,3
.acm-features.style-5 .features-image .features-item-wrap .features-item {
background: #85171a;
}
.acm-features.style-5 .features-image .features-item-wrap .features-item:nth-child(2n) {
background: silver;
}
.acm-features.style-5 .features-image .features-item-wrap .features-item:nth-child(3n) {
background: white;
}