/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 06 2025 | 08:36:38 */
<style type="text/css">
.carousel-item .blog-detail {
    background: #262028 !important;
    padding: 20px;
}
@media only screen and (max-width:768px){
	h1, h1 a, h1 span{
	font-size:32px !important;
	}
	h2, h2 a, h2 span{
	font-size:26px !important;
	}
	h3, h3 a, h3 span{
	font-size:20px !important;
	}
	h4, h4 a, h4 span{
	font-size:18px !important;
	}
}
@media only screen and (min-width:769px) and (max-width:1024px){
	h1, h1 a, h1 span{
	font-size:35px !important;
	}
	h2, h2 a, h2 span{
	font-size:32px !important;
	}
	h3, h3 a, h3 span{
	font-size:20px !important;
	}
	h4, h4 a, h4 span{
	font-size:18px !important;
	}
}
@media only screen and (min-width:1025px){
	h1, h1 a, h1 span{
	font-size:35px !important;
	}
	h2, h2 a, h2 span{
	font-size:32px !important;
	}
	h3, h3 a, h3 span{
	font-size:20px !important;
	}
	h4, h4 a, h4 span{
	font-size:18px !important;
	}
}
</style>