.dentistry-services ul{
	margin: 0;
	list-style: none;
}
.dentistry-services ul li figure img{
	width: auto !important;
}
.dentistry-services ul li h5 a:hover, .dentistry-services ul li h5 a:focus{
	color: unset;
}
.dentistry-services  ul li{
	width: 48%;
}
.dentistry-services  ul li .wp-block-uagb-container {
	justify-content: flex-start;
}
.dentistry-services  ul li .wp-block-uagb-container .wp-block-image {
	margin: 0;
}

/* MEDIA QERY CSS START */
@media screen and (max-width: 767px) {
  .dentistry-services ul li {
    width: 100%;
  }
}
/* MEDIA QERY CSS END */