.pbmit-blog-style-6 .pbminfotech-box-content {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-6 .pbminfotech-box-content {
	padding: 30px;
	border-radius: 6px;
	border: 1px solid rgba(var(--pbmit-xhyre-blackish-color-rgb), 0.1);
	background-color: var(--pbmit-xhyre-white-color);
}
.pbmit-blog-style-6:hover .pbminfotech-box-content {
	background-color: var(--pbmit-xhyre-light-bg-color);
}
.pbmit-blog-style-6 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.pbmit-blog-style-6 .pbmit-post-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}
.pbmit-blog-style-6 .pbmit-post-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-6 .pbmit-author-avatar {
	display: flex;
	align-items: center;
}
.pbmit-blog-style-6 .pbmit-author-image img {
	max-width: 40px;
	min-width: 40px;
	height: 40px;
	margin: 0;
	margin-right: 15px !important;
	border-radius: 100%;
}
.pbmit-blog-style-6 .pbmit-meta-line.pbmit-meta-date {
	margin: 0;
}