.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}
.pbmit-blog-style-1 .pbmit-post-title a:hover {
	color: var(--pbmit-greenify-global-color);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}	
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .post-item {
	position: relative;
}
.pbmit-blog-style-1 .pbminfotech-box-content {
	padding-bottom: 5px;
}