.fac1 {
	padding: 120px 0;
}
.fac1::before {
	content: '';
	position: absolute;
	top: 0; right: 65vw; bottom: 0; left: 0;
	margin: auto;
	background-color: #f6f6f6;
}
.fac1_wrap {
	position: relative;
	max-width: 1400px;
	margin: auto;
	text-align: right;
}
.fac1_wrap .loader {
	position: absolute;
	top: 0; right: 750px; left: 0;
	margin: auto;
	width: auto; height: 400px;
}
.fac1_wrap .content_wrap {
	display: inline-block;
	width: 700px;
	min-height: 460px;
	padding-left: 40px;
	text-align: left;
	vertical-align: top;
}
.fac1_wrap .content_wrap .eng {
	font-family: 'Bree Serif', serif;
	font-size: 45px;
	text-transform: capitalize;
}
.fac1_wrap .content_wrap .name {
	margin-top: 10px;
	font-size: 22px;
	color: #9f81cd;
}
.fac1_wrap .content_wrap .content {
	margin-top: 50px;
	font-size: 15px;
	color: #666;
	line-height: 24px;
	word-break: keep-all;
}
.fac1_wrap .content_wrap .btn_reser {
	margin-top: 70px;
}

@media ( max-width: 1260px ) {
	.fac1::before {
		display: none;
	}
}


@media ( max-width: 1024px ) {
	.fac1 {
		max-width: calc(100% - 30px);
		padding: 105px 0 80px;
	}
	.fac1_wrap .loader {
		display: none;
	}
	.fac1_wrap .content_wrap {
		width: 100%;
		min-height: auto;
		padding-left: 0;
		text-align: center;
	}
	.fac1 .content_wrap .eng {
		font-size: 28px;
	}
	.fac1 .content_wrap .name {
		margin-top: 8px;
		font-size: 15px;
	}
	.fac1 .content_wrap .content {
		margin-top: 30px;
		font-size: 14px;
		line-height: 20px;
	}
	.fac1_wrap .content_wrap .btn_reser {
		margin-top: 50px;
	}
}

