/*=== pminfotech-ele-fid-style-2 ===*/
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	display: flex;
	font-size:130px;
	line-height: 135px;
	font-weight: 900;
	margin: 0 5px 0 0;
    color: transparent;
	-webkit-text-stroke: 1px rgba(var(--pbmit-gyim-white-color-rgb), 0.5);
}
body.rtl .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	margin: 0 0 0 10px;
}
.pbmit-text-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	-webkit-text-stroke: 1px rgba(var(--pbmit-gyim-blackish-color-rgb), 0.5);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title span {
	font-weight: 600;
	color: var(--pbmit-gyim-blackish-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before span,
.pbminfotech-ele-fid-style-2 .pbmit-fid span,
.pbminfotech-ele-fid-style-2 sub,
.pbminfotech-ele-fid-style-2 sup {
    font-size: 75px;
    line-height: normal;
}
.pbminfotech-ele-fid-style-2 sup {
    top: -55px;
}
.pbminfotech-ele-fid-style-2 sub {
    bottom: -5px;
}

/*=== Responsive ===*/ 
@media(max-width: 1200px) and (min-width: 768px) {
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 110px;
		line-height: 115px;
	}
}
@media(max-width: 575px) {
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 75px;
		line-height: 80px;
	}
}