.d_courseInstructors {
	padding: 30px 23px 20px 23px;
}

.d_courseInstructors_title {
	font-weight: bolder;
	text-align: center;
	margin: 50px auto 28px auto;
	color: black;
	font-family: 'Poppins',sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.d_courseInstructors_header {
	display: flex;
	margin-bottom: 16px;
}

.d_courseInstructors_header img {
	max-width: 65px;
	align-self: flex-start;
	height: auto;
	margin-right: 15px;
	border-radius: 50%;
}

.d_courseInstructors_headerRight {
	align-self: center;
}

.d_courseInstructors_name {
	font-weight: bold;
	font-size: 16px;
	color: black;
}

.d_courseInstructors_spec {
	font-size: 14px;
	color: black;
	font-weight: 500;
	margin-top: 2px;
	margin-bottom: 15px;
}

.d_courseInstructors_specInner {
	margin-right: 10px;
}

.d_courseInstructors_course {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: 500;
}

.d_courseInstructors_icon {
	background: #4c5259;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	margin-right: 7px;
	position: absolute;
	left: 0;
}

.d_courseInstructors_icon img {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(54deg) brightness(111%) contrast(101%);
	display: block;
	margin-top: 4px;
	padding-left: 1px;
	width: 16px;
	height: 8px;
}

.d_courseInstructors_courseText {
	font-size: 14px;
	color: black;
	border-bottom: 1px solid #9a9eaa;
	line-height: 1.3;
	font-weight: 400;
	margin-left: 23px;
}

.d_courseInstructors_featured {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.d_courseInstructors_separator {
	width: 100%;
	height: 2px;
	background: #ebebeb;
	margin: 5px 0 25px 0;
	border: 0;
}

.d_courseInstructors_featuredItem {
	padding: 0 15px;
	width: 145px;
	align-self: center;
	margin-bottom: 20px;
}

.d_courseInstructors_featuredItem img {
	width: 100%;
	object-fit: contain;
}

.d_courseInstructors_socials {
	margin-bottom: 20px;
}

.d_courseInstructors_widgetSocials {
	padding: 0;
	list-style: none;
	margin: 0 0 16px 0;
	display: flex;
}

.d_courseInstructors_social {
	display: flex;
	flex-wrap: wrap;
	align-self: flex-end;
}

.d_courseInstructors_social:not(:last-of-type) {
	margin-right: 15px;
}

.d_courseInstructors_social .d_fontAwesomeIcon img {
	filter: invert(27%) sepia(7%) saturate(754%) hue-rotate(166deg) brightness(100%) contrast(84%);
	height: 30px;
	width: 30px;
}

.d_courseInstructors_social a:hover .d_fontAwesomeIcon img {
	filter: invert(58%) sepia(69%) saturate(5324%) hue-rotate(8deg) brightness(102%) contrast(96%);
}

.d_courseInstructors_link {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	color: black;
	font-weight: 400;
	border: 1px solid #b1b1b1;
	margin-bottom: 20px;
}

.d_courseInstructors_link:hover {
	color: #ee7105;
}

@media (min-width: 992px) {
	.d_courseInstructors_title {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 31px;
		margin: 50px auto 30px auto;
		line-height: 26px;
	}

	.d_courseInstructors {
		padding: 30px 40px 20px 40px;
	}

	.d_courseInstructors_header img {
		max-width: 96px;
	}

	.d_courseInstructors_name {
		font-size: 24px;
		font-weight: 600;
	}

	.d_courseInstructors_spec {
		font-weight: 400;
		font-size: 15px;
		margin-top: -5px;
	}

	.d_courseInstructors_course {
		justify-content: flex-start;
	}

	.d_courseInstructors_courseText {
		font-size: 15px;
	}

	.d_courseInstructors_featured {
		justify-content: flex-start;
	}

	.d_courseInstructors_featuredItem {
		width: 25%;
	}
}