.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-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-2 .pbmit-featured-container-inner,
.pbmit-blog-style-2 .pbmit-featured-container {
	position: relative;
}
.pbmit-blog-style-2 .pbmit-featured-container {
	background-color: #f4f6f8;
    border-radius: 5px;
}
.pbmit-meta-wraper.post-excerpt{
	 font-size: 16px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
/* == image == */
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	border-radius: 0px;
	width: 100%;
}
.pbmit-blog-style-2 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}
/* == Title == */
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 22px;
    line-height: 28px;
    margin: 3px 0 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.pbmit-blog-style-2 .pbmit-meta-wraper-inner {
    padding: 30px;
    background: var(--pbmit-gudfin-white-color);
    margin: -60px 21px 0;
    padding: 25px 30px 23px 30px;
    border-radius: 5px;
    position: relative;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	overflow: hidden;
    border-radius: 0px;
}
.pbmit-blog-style-2 .pbmit-meta-line .pbmit-meta-category a {
	background-color: var(--pbmit-gudfin-global-color);
	border-radius: 50px;
	padding: 1px 15px;
	color: var(--pbmit-gudfin-white-color);
}
.pbmit-blog-style-2 .pbmit-meta-category-wrapper.pbmit-meta-line {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
}
/* == pbmit-blog-btn == */
.pbmit-blog-style-2 .pbmit-content-wrapper .pbminfotech-box-desc {
	padding-bottom: 40px;
}

.pbmit-meta-date-wrapper-inner .post-date::after {
    content: " | ";
    margin: 0 8px;
}

.pbmit-blog-meta.pbmit-blog-meta-top{
	border-radius: 0 0 5px 5px;
}