.pbmit-service-style-4 .pbmit-service-icon-wrapper {
	display: none;
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-digiwize-blackish-color);
}
.pbmit-service-style-4 .pbmit-service-icon-wrapper img {
	width: 60px;
	height: 60px;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li::before{
	transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul{
	padding-left: 15px;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li{
	list-style: none;
	position: relative;
	color:var(--pbmit-digiwize-blackish-color);
	font-weight: 500;
	transition: 0.2s
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li:hover{
	font-weight: 600;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li::before{
	position: absolute;
	content: '';
	left: 0;
	border: 1px solid var(--pbmit-digiwize-blackish-color);
	height: 8px;
	width: 8px;
	border-radius: 50%;
	top: 8px;
	left: -15px;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li:hover:before{
	background-color: var(--pbmit-digiwize-blackish-color);
	border: none;
}
.pbmit-service-style-4 .pbmit-service-title{
	font-size: 24px;
	line-height: 34px;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center center;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper h3{
	font-size: 150px;
	line-height: 150px;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-4 .pbminfotech-post-item{
	padding: 0 30px 0 30px;
	border-right: 1px solid rgba(var(--pbmit-digiwize-blackish-color-rgb),.10);
}
.pbmit-service-style-4:last-child .pbminfotech-post-item{
	border-right: nones;
}
 