.faculty_sec{
	padding: 90px 0 97px 0;
}

.faculty_inner_sec{
	padding: 0 40px;
	margin: 0 -32px;
	display: flex;
	flex-wrap: wrap;
}

.faculty_cont{
	padding: 0 32px;
	width: calc(100%/2);
	position: relative;
	margin-bottom: 100px;
}
.faculty_inner_cont{
	background: #ac8462;
	border-radius: 10px;
	padding: 46px 82px 44px 30px;
	
}

.faculty_inner_cont h2{
	font-size: 20px;
	color: #ffe9b6;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
}

.faculty_inner_cont h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
}

.qual_div{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.subject_part{
	background: #6e2f04;
	color: #fff;
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
	white-space: nowrap;
}