/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2024 | 17:58:47 */
@media screen and (max-width: 1024px) {
.col-4-grid > .elementor-container >.elementor-column {
height: 200px;
}
.col-4-grid > .elementor-container {
grid-template-columns: repeat(2, 1fr)
}
}

@media screen and (max-width: 425px) {
	.col-4-grid > .elementor-container {
grid-template-columns: repeat(1, 1fr)
}

