.bioclear-block.doctors-slider .doctors-slider__slide {
	padding: .5em;
	display: flex;
}
.doctors-slider__slide-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	padding: 2em;
	box-shadow: var(--bioclear-box-shadow-lg);
	border-radius: 1.5em;
	flex: 1;
	text-align: center;
}
.doctors-slider__slide-inner > * {
	margin: 0;
}
.doctors-slider-image {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 50%;
	width: 7.7em;
}
.doctors-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
	object-position: 50% 15%;
}

.doctors-slider-title {
	font-weight: 600;
	margin-top: 1.25em;
}
.doctors-slider-office {
	font-size: 1em;
	font-weight: 700;
	margin-top: 1.25em;
}
.doctors-slider-address {
	margin-bottom: 1em;
}
.doctors-slider-link {
	margin-top: auto;
}
.slick-slide {
	min-height: 100%;
}