
/* TEAM CALLOUT SECTION */
.team-callout .team-content{
	align-items: center !important;
	justify-content: center;
}
.team-callout .bio-btns .wp-block-button:nth-child(2) a:hover{
	background: #65aeda !important;
	color: #fff !important;
}
.team-callout ul li .doctor-img{
	margin-bottom: -15px !important;
}

/* Target your wrapper */
 .wm-pattern-styles-wmx11-team-callout .wp-block-post-featured-image {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
}


/* Ensure the image fills the square */
 .wm-pattern-styles-wmx11-team-callout .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

