.dentist-services ul{
	margin: 0;
	list-style: none;
}
.dentist-services ul.wp-block-post-template {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.dentist-services ul.wp-block-post-template > li {
    width: 32%;
}
.dentist-services ul.wp-block-post-template > li:last-child {
    width: 100%;
}
.dentist-services ul.wp-block-post-template > li:last-child .main-services-content .wp-block-uagb-container{
	width: 50%;
}
.dentist-services ul li:last-child .main-services-content img{
	width: 100%;
    height: 320px;
    object-fit: cover;
}
.dentist-services ul.wmx-child-links  li a, .dentist-services ul.wmx-child-links  li a:hover, .dentist-services ul.wmx-child-links  li a:focus{
	color: #7e868c;
}
.dentist-services ul li .wp-block-post-excerpt{
	margin: 0;
}
.dentist-services ul li .img-container {
    display: none;
}
.dentist-services ul li:last-child .img-container {
    display: block;
}
@media screen and (max-width: 1199px) {
	.dentist-services ul.wp-block-post-template > li {
    width: 31%;
}
}
@media screen and (max-width: 991px) {
	.dentist-services ul.wp-block-post-template > li, .dentist-services ul.wp-block-post-template > li:last-child .main-services-content .wp-block-uagb-container {
    width: 100%;
}
	.dentist-services ul.wp-block-post-template > li:last-child .main-services-content {
		flex-direction: column;
	}
	.dentist-services ul li .wp-block-post-excerpt__excerpt{
		margin-bottom: 0 !important;
	}
}