.dentistry-services ul{
	margin: 0;
	list-style: none;
}
.dentistry-services ul.wmx-child-links li a, .dentistry-services ul.wmx-child-links li a:hover {
	color: unset;
}

.dentistry-services ul.wmx-child-links li h4 a{
	font-family: "Lora";
}

.dentistry-services ul li:last-child hr{
	display: none;
}
.dentistry-services ul.wmx-child-links li {
    position: relative;
    padding-left: 30px;
	margin: 5px 0;
}
.dentistry-services ul.wmx-child-links li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/09/Chastain-2-1-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.dentistry-services ul li .wp-block-post-excerpt__excerpt{
	margin-bottom: 0;
}

/* Beyond The Basic Section Start */
.beyond-basic ul{
	display:flex;
	flex-wrap: wrap;
	gap:1.5em;
}
.beyond-basic ul li{
	width: 46%;
}
/*  */

@media only screen and (max-width:767px){
	.beyond-basic ul li {
       width: 100%;
   }
}