.pbminfotech-ele-fid-style-8 {
	max-width: 415px;
	height: 415px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--pbmit-cleanfin-blackish-color-rgb), .2);
	border-radius: 50%;
	margin-left: auto;
}
.rtl .pbminfotech-ele-fid-style-8 {
	margin-right: auto;
	margin-left: 0;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner {
	font-size: 120px;
	line-height: 120px;
	font-weight: 400;
	margin-bottom: 4px;
	position: relative;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner .pbmit-fid {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.3px;
	border-radius: 50%;
	background-color: var(--pbmit-cleanfin-white-color);
	transform: translate(0, -50%);
}
.pbminfotech-ele-fid-style-8 .pbmit-fld-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-title{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}
@media(min-width: 1025px) and (max-width: 1280px) {
	.pbminfotech-ele-fid-style-8 {
    	height: 340px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-inner {
		font-size: 100px;
		line-height: 100px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-inner .pbmit-fid {
		right: 21px;
		width: 25px;
		height: 25px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-title {
		margin: 0 5px;
	}
}
@media (max-width: 1024px){
	.pbminfotech-ele-fid-style-8 {
		margin: auto;
	}
}
@media (max-width: 450px){
	.pbminfotech-ele-fid-style-8 {
		max-width: 250px;
		height: 250px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-inner {
		font-size: 70px;
		line-height: 70px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-inner .pbmit-fid {
		right: 13px;
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-title {
		margin: 0 5px;
	}
}