.insight-content{padding:30px 0}.insight-box{border-radius:12px;background:#fff;box-shadow:none;overflow:hidden;height:100%;display:block}
.insight-box-content{padding:20px}
.insight-box img{transition:.3s all}
.insight-box:hover img{transform:scale(1.1);transition:.3s all}
.insight-box-img{overflow:hidden}
.insight-box-content-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.insight-box-content-top .tag{background:#fac848;font-weight:400;border-radius:6px;padding:5px 10px;font-size:16px;color:#000}
.insight-box-content-top .date{display:flex;align-items:center;font-weight:400;font-size:18px;text-transform:uppercase;color:#234756;line-height:1}
.insight-box-content-top .date span:first-child{padding-right:10px;margin-right:10px;border-right:1px solid #7d868b80}
.insight-box-content p{margin-bottom:0} 
 
@media (max-width: 991px) {
	.insight-box-img img { width: 100%; }
} 
@media (max-width: 1599px) {
	.form-select{height:40px;font-size:16px}.filter-form form .form-group label{font-size:16px}
	.insight-box-content-top .tag{font-size:12px}.insight-box-content-top .date{font-size:14px}
	.featured-slider .slick-next,.featured-slider .slick-prev{background-size:12px!important}
}
@media (min-width: 1024px) and (max-width: 1399px) { 
	.insight-box-content-top{flex-direction:column;align-items:start}
	.insight-box-content-top .tag{margin-bottom:10px}
}
@media (max-width: 1199px) {
	.insight-box-content{padding:20px 10px}
	.insight-box-content-top .date{font-size:12px}
	.insight-box-content-top .date span:first-child{padding-right:5px;margin-right:5px}
}