.dentist-services ul{
	margin: 0;
	list-style: none;
}
.dentist-services ul li h3 a:hover, .dentist-services ul li h3 a:focus{
	color: unset;
}
.dentist-services ul.wmx-child-links li a{
	color: #666 !important;
	font-size: 16px;
}
.dentist-services ul.wmx-child-links li{
	position: relative;
	padding-left: 30px;

}
.dentist-services ul.wmx-child-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23666' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/></svg>") no-repeat center;
    background-size: contain;
}
.dentist-services ul li .wp-block-post-excerpt__excerpt{
	margin-bottom: 0;
	font-size: 16px;
}

/* 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%;
   }
}