.searchandfilter select.sf-input-select {
    min-width: 180px;
	border: 1px solid #DCD8B7;
    border-radius: 30px;
}
#new-insights .news-insight-items {
    display: flex;
    flex-direction: column;
}
#new-insights .elementor-shortcode form{
    display: flex;
    justify-content: center;
    align-items: center;
}
#new-insights .elementor-shortcode form ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	padding:0px;
}
#new-insights .news-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: start;
    grid-auto-flow: row;
}
#new-insights .news-insight-grid .post-content h2{
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 275;
    line-height: 28px;
    letter-spacing: -.2px;
}
#new-insights .news-insight-grid .thumbnail_image img{
	height: 210px;
	object-fit: fill;
	object-position: center center;
}
#new-insights .news-insight-grid .post-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: baseline;
}
#new-insights .news-insight-grid .post-date {
    color: #4C4710;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#new-insights .news-insight-grid .button-style.elementor-button {
    display: inline-flex;
    margin-top: auto;
}
#new-insights .news-insight-grid .button-style.elementor-button a svg{
	margin-left: 30px;
}
#new-insights .news-insight-grid .button-style.elementor-button a{
    color: #4C4710;
}
#new-insights .news-insight-grid .button-style.elementor-button:hover a{
    color: #ffffff;
}


#new-insights .pagination{
	margin-top: 70px;
	display: flex;
	justify-content: center;
	column-gap: 14px;
	text-align: center;
}
#new-insights .pagination a::before {
	content: '';
	background: #4c4710;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
}
#new-insights .pagination a:hover::before {
	width: 100%;
}
#new-insights .pagination a:hover{
	color: #fff;
}
#new-insights .pagination a {
	position: relative;
	border-bottom: 2px solid #4C4710;
	max-width: 45px;
	width: 100%;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 275;
	line-height: 25px;
	color: #4C4710;
	display: inline-block;
}
#new-insights .pagination .current {
	background: #4c4710;
	color: #fff;
	display: inline-block;
	width: 48px;
	border-bottom: 2px solid #4C4710;
	line-height: 27px !important;
}
#new-insights .pagination .next{
	font-size: 17px;
	max-width: 65px;
}
#new-insights .pagination .prev{
	font-size: 17px;
	max-width: 100px;
}




