<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.instructor_details-container {
	margin-bottom: 25px;
}
.instructor_photo-container{
	margin-bottom: 15px;
}
.instructor_description{
	display: flex;
    align-items: center;
	text-align: justify;
}
.instructor_name{
	text-align: center;
}
@media (min-width: 700px) {
	.instructor_photo {
		padding-right: 15px;
	}
}
@media (max-width: 700px) {
	.instructor_photo {
		display: block;
    	margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
