.page-header{
	padding-right:10px;
	border-right:4px solid #ddd
}
.post_item_tx{
	text-align: center;
    padding: 10px 20px;
    background: #f7f7f7;
	transition:.15s;
}
.post_item_tx h4{
	margin:0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:16px;
	font-weight:bold;
}

.post_item:hover .post_item_tx{
	background:#f18b36;
	color:#fff;
	transition:.15s;
}

@media(max-width:1199px){
	.post_item_tx{
		padding:10px;
	}
	.post_item_tx h4{
		font-size:14px;
	}
}
@media(max-width:576px){
	.taxonomy-description{
		font-size:12px;
	}
	.post_item_tx{
		min-height:60px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.post_item_tx h4{
		 -webkit-line-clamp: 2;
	}
}