.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: #575757;
}
.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: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' fill='black'/%3E%3Cpath fill='white' d='M406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z'/%3E%3C/svg%3E");
  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: 48%;
}
/*  */

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