.single-content p {
	margin-bottom: 0px!important;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
	margin: 10px 0px!important;
}
.post-thumbnail-inner,.sow-recent-posts-thumbnail{
	   display: flex;
    align-items: center;
    justify-content: center;
}
.wp-site-blocks .post-thumbnail img{
		object-fit:none!important;
}
.sow-recent-posts-item{
		width:100%!important;
}
.sow-recent-posts{
		display: flex!important;
    gap: 10px!important;
}
.sow-recent-posts .sow-recent-post img {
    width: 100%;
    height: auto;
    object-fit: contain;
}