@media screen and (max-width:1400px){

}
@media screen and (max-width:1300px){

}
@media screen and (max-width:1200px){
	.featured-post-wrapper{
		flex-direction: column;
		max-height: 100%;
	}
	.featured-post-col:first-child, .featured-post-col:last-child{
		width: 100%;
	}
}
@media screen and (max-width:1023px){
	/* .wrapper{padding:0 0px; } */

}		
@media screen and (max-width:768px){
	.history_title_pargh h2.h2_title, .quots_history h2.h2_title{
		font-size: 25px;
    	line-height: 36px;
	}
	.more-grant-farm-titel{
		font-size: 30px;
	}
	.featured-post-titel{
		font-size: 30px;
	}

	/* jay */
	.history_contents_items_all{
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	  }
	  blockquote.quots_history{
		margin-left: 30px;
		padding: 20px 0 0 10px;
	  }
	  .history_slabs_img_quote{
		margin-inline: auto;
	  }
	  .history_title_pargh{
		text-align: center;
		margin-bottom: 30px;
	  }
	  .history_slab_items_years::before{
		right: -20px;
		border-radius: 0;
		top: 16%;
	  }	

}
@media screen and (max-width:479px) {
	.featured-post-heading{
		font-size: 25px;
		line-height: 30px;
	}
	.featured-post-details{
		padding-inline: 17px;
	}
	.page-id-3430 .page-numbers li a .pagination-btn{
		font-size: 15px;
	}
	.page-id-3430 .page-numbers{
		gap: 10px;
		justify-content: center;
		margin: 0;
		flex-wrap: wrap;
	}
	/* .page-id-3430 .page-numbers li:nth-of-type(7){
		display: none;
	} */

	/* jay */
	.history_slabs_img_quote{
		max-width: 300px;
	}

}