/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 10:26:23 */
@media (max-width: 768px) {
  #featured_post .wwyh_posts_main_container{
	flex-direction: column;
}

#featured_post .wwyh_post_image_main, #featured_post .wwyh_post_content{
	width: 100% !important;
}
	
	#featured_post .wwyh_post_image a img{
		border-bottom-left-radius: 0 !important;
		border-top-right-radius: 16px !important;
		border-bottom-right-radius: 0 !important;
	}
	
	#featured_post .wwyh_post_content{
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 16px !important;
		padding: 28px 30px 35px 30px !important;
	}
}
