.pbmit-marquee-effect-style-2 .pbmit-heading-desc,
.pbmit-marquee-effect-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-marquee-effect-style-2 .pbmit-element-title a,
.pbmit-marquee-effect-style-2 .pbmit-element-title {
	color: #999;
}

.pbmit-marquee-effect-style-2 .pbmit-element-title {
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
}

.pbmit-marquee-effect-style-2 .pbmit-element-title a:hover {
	color: var(--pbmit-archist-blackish-color);
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper:hover:before {
	background-color: var(--pbmit-archist-blackish-color);
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper {
	margin-left: 35px;
	padding-left: 135px;
	display: flex;
	align-items: center;
	position: relative;
}

.pbmit-marquee-effect-style-2 a svg {
	display: none;
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper:before {
	content: '';
	position: absolute;
	background: #999;
	height: 1px;
	width: 95px;
	left: 0px;
	top: 15px;
}