/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 11 2024 | 10:53:47 */
/* BLOG */
.BlogMain {position: relative; overflow: hidden;}
.blog_content {
	padding: 0 0 60px;
}
h2.blog_section_header {
  margin-top: 70px;
  margin-bottom: 45px;
  text-align: center;
}
.blog_content .blog_grid_item {
	position: relative;
	margin-bottom: 20px;
}
.blog_content .blog_grid_item .h3 {
	font-size: 16px;
	line-height: 120%;
	color: #343c4b;
	font-weight: bold;
}
.blog_content .blog_grid_item .post-date {
	color: #a8a8a8;
	font-size: 13px;
}
.blog_content .blog_grid_item img {
	width: 100%;
    height: auto;
}
@media (max-width: 992px) {
	.blog_content .blog_grid_item .h3 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* /BLOG */
