/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2025 | 21:00:47 */
@media (max-width: 992px) { 
	.parceiros__gallery .gallery {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 0 auto !important;
		gap: 1rem;
		max-width: 40rem;
	}
	
	.parceiros__gallery .gallery-item {
		padding: 0 !important;
    	margin: 0 auto !important;
		max-width: 35% !important;
	}
}

@media (max-width: 768px) {
	.parceiros__gallery .gallery {
		grid-template-columns: 1fr 1fr;
		max-width: 28rem;
	}
	
	.parceiros__gallery .gallery-item {
		max-width: 47% !important;
	}
}

/*@media (max-width: 480px) {
	.parceiros__gallery .gallery.gallery-columns-4 .gallery-item {
		max-width: 50% !important;
	}
}*/