.pbmit-element-marquee-effect-style-2 .swiper-wrapper {
	gap: 30px;
}
.pbmit-marquee-effect-style-2 .pbmit-element-title{
	font-size: 24px;
	line-height: 32px;
	border-radius: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 25px 40px !important;
	border: 1px solid rgba(var(--pbmit-xinterio-secondary-color-rgb), 0.2);
}
.pbmit-marquee-effect-style-2 .pbmit-element-title:hover::before{
	max-width: 100%;
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper{
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper img {
	width: 190px;
	height: 80px;
	object-fit: cover;
	border-radius: 50px;
}
/* Bg Color */
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-2 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-2 .pbmit-element-title {
	color: var(--pbmit-xinterio-white-color);
	border-color: rgba(var(--pbmit-xinterio-white-color-rgb), 0.2);
}