/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 09:50:00 */
.downloadGrid {
	display:grid;
	grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}
.suport_big_title {
	margin-block-end: 3rem;
}
@media (max-width: 768px) {
	.suport_big_title {
		margin-block-end:1rem;
	}
	.support_product{

	}
	.support_product > .wp-block-column {
		padding-left: 16px;
		padding-right:16px;
	}
	.support_product > .wp-block-column:not(:first-of-type){
		margin-top:2rem;
	}
	.support_product > .wp-block-column >.wp-block-group {
		padding:0!important;
	}
}

