.dental-tech-services ul{
	margin: 0;
	display: flex;
}
.dental-tech-services ul li{
	width: 33%;	
}
.dental-tech-services ul li .entry-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 975px) {
	.dental-tech-services ul{
		flex-wrap: wrap;
	}
	.dental-tech-services ul li{
		width: 48%;	
}
}
@media screen and (max-width: 768px) {
	.dental-tech-services ul li{
		width: 100% !important;	
}

}