/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2023 | 06:07:30 */
@media (max-width: 1199px) {
	
	.know-yourself-posts-listings article{
		flex: 1 0 50% !important;
		max-width: 50% !important;
	}
	
	
}


@media (max-width: 767px) {
	
	.know-yourself-posts-listings article{
		flex: 1 0 100% !important;
		max-width: 100% !important;
	}
	
	.know-yourself-posts-listings article:first-child .post-inner{
		border-top: 0 !important;
	}
}