.aboutDoctor {
	max-width: 100%;
	width: 100%;
}
.aboutDoctor_doctorName {
	min-height: 100px;
	display: block;
	padding: 15px 15px 15px 10px;
	background-size: cover;
	background-image: url("/img/banners/9HospB.png");
}
.aboutDoctor_doctorDetails {
	min-height: 100px;
	display: flex;
	padding: 15px 15px 15px 10px;
	align-items: flex-start;
}
.aboutDoctor_smallFont {
	font: 12px Raleway;
	line-height: 16px;
}
.aboutDoctor_doctorName_title {
	font: 20px Comfortaa;
}
.aboutDoctor_doctorName_name {
	font: 14px Comfortaa;
	font-weight: bold;
	line-height: 18px;
}
.aboutDoctor_doctorName_specailty {
	font: 14px Comfortaa;
	line-height: 18px;
}
.aboutDoctor_association {
	color: #95989a;
	font: 12px Raleway;
	font-weight: bold;
	width: 100%;
	line-height: 16px;
}
.aboutDoctor_icon {
	color: #489dff;
	font-size: 18px;
	margin-right: 5px;
}
.aboutDoctor_experience {
	color: #95989a;
	font: 14px Raleway;
	margin-left: auto;
	text-align: center;
}
.aboutDoctor_doctorDetails_contactField {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
}
@media (min-width: 600px) {
	.aboutDoctor {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
}
