.head-wrap{
	width: 100%;
}
.head-wrap img{
	width: 100%;
}


@media (max-width: 768px) {
	.con-wrap{
		width: 86%;
		margin: -40px 7% 180px 7%;
	}
}
@media (min-width: 768px) {
	.con-wrap{
		width: 86%;
		margin: -40px 7% 180px 7%;
	}
}
@media (min-width: 992px) {
	.con-wrap {
		width: 980px;
		margin: -40px auto 180px auto;
	}
}

@media (min-width: 1200px) {
	.con-wrap {
		width: 1200px;
		margin: -40px auto 180px auto;
	}
}


.con-container{
	position: relative;
	z-index: 1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.04), 0px 20px 25px -15px rgba(0, 0, 0, 0.1);
	
}

@media (max-width: 768px) {
	.con-container{
		padding: 20px 12px;
	}
}
@media (min-width: 768px) {
	.con-container{
		padding: 44px 52px;
	}
}

.con-title{
	color: #0059B3;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 24px;
}

.con-body{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.con-body .con-body-item:first-child{
	margin-right: 16px;
	background: url(https://img.js.design/assets/img/64435d8921199345dd8b8ce1.png#2cde16f4e94fb6bade04276eee928203);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 73.5px 0;
}
.con-body-item{
	width: 540px;
	height: 370px;
	border-radius: 4px;
}

.con-body-item .title{
	color: #0059B3;
	
	font-weight: 500;
}


@media (max-width: 768px) {
	.con-body-item .title{
		font-size: 22px;
	}
}
@media (min-width: 768px) {
	.con-body-item .title{
		font-size: 30px;
	}
}


.con-body-item .subtitle{
	color: #727C8D;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.06px;
	margin-bottom: 48px;
}

.info-line{
	color: #727C8D;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.info-line span{
	width: 80px;
	margin-right: 6px;
}
.info-line img{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.info-line p{
	width: calc(100% - 108px);
}