.col-profile {
	max-width: 100%;
}

.col-desc {
	max-width: 100%;
}

.container-instructors {
	margin-top: 5%;
	max-width: 942px;
    margin: auto !important;
}

.col-instructor {
	margin:30px;
}

@media only screen and (max-width: 982px) {
	.col-instructor {
		margin-left: 0;
		margin-right: 0;
	}
}

.img-instructor {
	border-radius: 50%;
	margin-bottom: 16px;
	width: 120px;
	height: 120px;
}

.inner-col {
	margin-top:15px;
	margin-bottom: 15px;
}

.founder-container .row {
	margin-top: 30px;
}

.container-instructors-bg {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #000000;
}

.col-profile-sm {
	max-width: 100%;
}

.col-profile-sm > img {
	height: 140px;

