.list_box {
	display: block;
}
.list_icon {
	text-align: center;
	margin-bottom: 10px;
}
.list_content {
}
.list_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.list_text {
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 30px;
}
.list_item {
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
}

.bang_divider {
	border-bottom: 1px solid #d4d4d4;
	margin: 70px 0;
}

@media(min-width: 992px) {
	.list_box {
		display: flex;
		align-items: center;
	}
	.list_icon {
		text-align: center;
		flex: 0 0 280px;
		margin-bottom: 0;
	}
	.list_content {
	}
	.list_title {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		text-align: left;
	}
	.list_text {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.list_item {
		font-size: 16px;
		line-height: 36px;
		font-weight: 700;
	}

	.bang_divider {
		border-bottom: 1px solid #d4d4d4;
		margin: 70px 0;
	}
}
@media(min-width: 1400px) {
	.list_box {
		display: flex;
		align-items: center;
	}
	.list_icon {
		text-align: center;
		flex: 0 0 330px;
		margin-bottom: 0;
	}
	.list_content {
	}
	.list_title {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		text-align: left;
	}
	.list_text {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.list_item {
		font-size: 16px;
		line-height: 36px;
		font-weight: 700;
	}

	.bang_divider {
		border-bottom: 1px solid #d4d4d4;
		margin: 70px 0;
	}
}