.instructor-profile{
	width: 10rem;
	height: 10rem;
	object-fit: cover;
	border-radius: 50%; 
}

.instructor-default-profile{
	width: 170px;
	object-fit: cover;
	border-radius: 50%;
	
}

.instructor-heading{
	text-transform: uppercase;
	font-weight: 700;
   font-size: 18px;

}

.instructor-name{
    font-weight: 700;
    font-size: 20px;


}

.instructor-container{
	max-width: 800px;
}

.qualification{
	font-size: 16px;
	font-weight: 700;
}