/* Doctor Bios Block
------------------------------------- */

.doctor-bios {
}

.doctor-bio {
	margin-bottom: 3rem;
	overflow: hidden;
}

.doctor-bio__image {
	float: left;
	width: 250px;
	margin: 0 30px 15px 0;
}

.doctor-bio__image img {
	display: block;
	width: 100%;
	height: auto;
}

.doctor-bio__name {
	font-family: 'helvetica-neue-lt-pro-cond', 'helvetica-lt-pro', helvetica, arial, sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #78797b;
	margin: 0 0 0.5em;
}

.doctor-bio__content > *:first-child {
	margin-top: 0;
}

/* Responsive
------------------------------------- */

@media (max-width: 768px) {
	.doctor-bio__image {
		float: none;
		width: 65%;
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.doctor-bio__name {
		text-align: center;
	}
}
