.page-title-1 {
	font-size: 36px;
	color: #2A81EF;
	font-weight: bold;
	line-height: 36px;
}

.page-title-2 {
	font-size: 36px;
	color: #2A81EF;
	line-height: 36px;
	margin-top: 12px;
}

.page-title-info {
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin-top: 32px;
}

.page-text {
	font-size: 18px;
	color: #808080;
	line-height: 24px;
	margin-top: 22px;
}

.page-img {
	display: block;
	max-width: 100%;
	margin: 48px auto;
}

.page-box .col-12 .side-img {
	position: absolute;
	top: 28px;
	right: -120px;
	/*	
	width: 556px;
	height: 300px;
*/
	max-width: 556px;
	max-height: 300px;
	z-index: -1;
}

@media (max-width: 990px) {
	.page-title-1 {
		font-size: 24px;
		line-height: 24px;
	}

	.page-title-2 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 12px;
	}

	.page-title-info {
		font-size: 24px;
		line-height: 24px;
		margin-top: 32px;
	}

	.page-text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 22px;
	}

	.page-box .col-12 .side-img {
		position: absolute;
		top: 28px;
		right: -120px;
		max-width: calc(556px * 0.7);
		max-height: calc(300px * 0.7);

	}

	page-img-box {
		padding: 0;
		flex-wrap: wrap;
	}
}

.page-img-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow-x: auto;
	padding: 0 16%;
}