/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2026 | 14:17:10 */
.main-content{
	> .e-con-inner > .e-con{
		&:nth-child(odd){
			background-color: transparent !important;
		}
		&:nth-child(even){
			background-color: var(--gc-section-bg) !important;
		}
	}
}