/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2024 | 16:48:55 */
.logo-grid-columns {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	row-gap: 2.5rem; 
	column-gap: 1rem; 
    justify-content: center;
}

.logo-grid-columns div figure {
	margin: 0 !important;
}

@media (max-width: 768px) {
	.logo-grid-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	row-gap: 2.5rem; 
	column-gap: 1rem; 
    justify-content: center;
	}
}