.fac1 {
	padding: 150px 0;
	background: #002538;
}
.fac1_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	text-align: right;
}
.fac1_wrap .subContent {
	display: inline-block;
	width: 800px;
	min-height: 400px;
	padding-left: 70px;
	text-align: left;
	vertical-align: top;
}
.fac1_wrap .subContent .eng {
	font-family: 'Cormorant Garamond', serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #1c3976;
	text-transform: capitalize;
}
.fac1_wrap .subContent .name {
	margin-top: 10px;
	font-size: 19px;
	color: #1c3976;
}
.fac1_wrap .subContent .content {
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.fac1_wrap .subContent .content b {
	display: block;
	font-size: 22px;
	margin-bottom: 12px;
}
.fac1_wrap .subContent .txtDeco {
	position: absolute;
	right: 0; bottom: 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-style: italic;
	color: #b4b4b4;
	letter-spacing: 0.4em;
	text-transform: capitalize;
}
.fac1_wrap .lImg {
	position: absolute;
	top: 0; right: 800px; left: 0;
	margin: auto;
	width: auto; height: 400px;
}


@media ( max-width: 1420px ) {
	.fac1_wrap {
		max-width: calc(100% - 60px);
	}
	.fac1_wrap .subContent {
		width: 50%;
	}
	.fac1_wrap .lImg {
		width: 50%;
	}
	.fac1_wrap .subContent .txtDeco {
		display: none;
	}
}



@media ( max-width: 1024px ) {
	.fac1 {
		padding: 75px 0 60px;
	}
	.fac1_wrap {
		max-width: calc(100% - 30px);
	}
	.fac1_wrap .subContent {
		display: block;
		width: 100%;
		min-height: auto;
		padding-left: 0;
		text-align: center;
	}
	.fac1_wrap .subContent .eng {
		font-size: 40px;
		font-weight: normal;
		line-height: 40px;
	}
	.fac1_wrap .subContent .name {
		margin-top: 8px;
		font-size: 15px;
	}
	.fac1_wrap .subContent .content {
		margin-top: 25px;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
	}
	.fac1_wrap .subContent .content b {
		display: block;
		font-size: 15px;
		margin-bottom: 12px;
	}
	.fac1_wrap .lImg {
		display: none;
	}
}