/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2026 | 12:46:03 */
/* Large Desktop */
@media (max-width: 1600px) {
	.power_inner .col_img{
		background-size: 100% 100% !important;
	}
}

/* Laptop L */
@media (max-width: 1440px) {
	.power_inner .col_img{
		background-size: 100% 100% !important;
	}
	.governance_sec{
		background-size: 40% 100% !important;
	}
}

/* Laptop */
@media (max-width: 1366px) {
	.power_inner .col_img{
		background-size: 100% 100% !important;
	}
	.governance_sec{
		background-size: 40% 100% !important;
	}
}

/* Small Laptop */
@media (max-width: 1280px) {
	.power_inner .col_img{
		background-size: 100% 100% !important;

	}
	
		.governance_sec{
		background-size: 42% 100% !important;
	}

}



@media (max-width: 1024px) {
		.governance_sec{
		background-image: unset !important;
	}

}

