.expander-tiles .g-services-columns-background-animate {
    background-color: var(--expanderTilesBackgroundColor) !important;
}
.expander-tiles .primary-view > h3{
	color: var(--expanderTilesPrimaryHeading) !important;
}
.expander-tiles .hover-view > h3{
	color: var(--expanderTilesHoverHeading);
}
.expander-tiles .hover-view > .item-desc {
	color: var(--expanderTilesHoverDescription);
}
.expander-tiles .hover-view > .item-desc > a{
	color: var(--expanderTilesHoverCta) !important;
}