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

.dentistry-services ul{
	padding: 0 !important;
}
.dentistry-services ul.wmx-child-links li a{
	color: #484848;
}
.dentistry-services ul li .wp-block-post-excerpt__excerpt{
	margin-bottom: 0;
}
.dentistry-services ul.wmx-child-links li {
	list-style-position: inside;
}
@media only screen and (max-width: 976px){
	.dentistry-services ul li .wp-block-uagb-container.uagb-block-8dd4df4b {
		padding: 30px;
	}
}
@media only screen and (max-width: 768px){
	.dentistry-services ul li .wp-block-uagb-container.uagb-block-8dd4df4b {
		padding: 25px;
	}
}