.l-instructor-img {
    height: 200px;
    position: ;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.l-instructor-name {
    font-weight: 500;
}

.l-instructor-activity {
    font-size: 14px;
    margin-top: 2px;
}


.l-instructor-header-block{
	background: #2a91cc;
	height: 2px;
	display: block;
	top: -10px;
	content: "";
	margin: 40px 0;
	width: 100%;
}

.l-instructor-header {
    font-size: 18px;
    margin-top: -13px;
    text-transform: uppercase;
    color: #2a91cc;
    background: #fff;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 0 25px;
    font-weight: 500;
    top: -11px;
    position: relative;
}

.person{
    margin-bottom: 20px;
}