/* service style 1 */
.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {
    background-position: center;
    background-size: cover;  
    height: 222px;  
	border-radius: 20px 20px 0px 0;
	filter: grayscale(1);
}
.preyantechnosys-servicebox-styleone .prt-featured-content {      
	padding: 35px;
	border-top: 2px solid var(--prt-secondarycolor);
}
.preyantechnosys-servicebox-styleone .prt-featured-content p {      
	margin: 0;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-content {
    position: relative;
}
.preyantechnosys-servicebox-styleone .prt-featured-wrapper.prt-tm_service-featured-wrapper img {
    border-radius: 20px 20px 0px 0px;
}

@media only screen and (min-width:1025px) and (max-width:1339px) { 
	.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.preyantechnosys-servicebox-styleone .prt-featured-content {
		padding: 25px;    
	}
}