.dental-tech-services{
	z-index: 1;
	column-count: 2;
}
.dental-tech-services ul{
	display: grid;
}
.line-design svg.horizontal-line{
	z-index: -1 !important;
}
.dental-tech-services ul li{
	margin-bottom: 20px !important;
}
.dental-tech-services ul li:first-child{
	margin-top: -20px !important;
}
@media screen and (max-width: 1024px) {
	.dental-tech-services ul li:first-child{
	margin-top: -10px !important;
}
}
@media screen and (max-width: 767px) {
	.dental-tech-services{
	column-count: 1;
}
}