/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 17 2026 | 01:09:11 */
/*MEDIA QUERY*/

@media screen and (max-width: 1200px) {
.form-group.col-md-3{
	width:50%;
	}
}

@media screen and (max-width: 900px) {
.form-group.col-md-3{
	width:100%;
	}
}