.dentistry-services ul{
	margin: 0;
	list-style: none;
}
.dentistry-services ul li figure img{
	width: auto;
}
.dentistry-services ul li h3 a, .dentistry-services ul li h3 a:hover, .dentistry-services ul li h3 a:focus, .dentistry-services ul li a{
	color: #000;
}
.dentistry-services ul li h3 a{
	font-family: "Montserrat";
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}
.dentistry-services ul li .dentistry-content{
	flex-direction: row !important;
	align-items: flex-start !important;
}
.dentistry-services ul li .dentistry-content .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%;
   }
}