.home_hero_wrap {
	display: flex;
	flex-direction: row;
	gap: 20px;
	border-bottom: 1px solid #f1f1f1;
	background-color: #eaf6f7;
	padding: 20px 20px 24px 40px;
	width: 100%;
	margin-bottom: 10px;
}

.home_header_wrap {
	max-width: 70%;
}

.home_header_description {
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: 500;
}

.home_video_usage_wrap {
	min-width: 150px;
	border-left: 1px solid #ccc;
	padding: 0 20px;
}

.home_video_usage_title {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 20px;
}

.home_list_title {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 20px;
}

.home_usage_list {
	font-size: 1.5rem;
	list-style: disc;
}

.home_usage_list li {
	font-size: 1.4rem;
	margin-left: 20px;
	line-height: 20px;
	list-style: disc;
	font-weight: 500;
}

.fe-home-play-how-to {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	width: 100px;
	height: 35px;
}

.fe-home-play-how-to i {
	font-size: 16px;
}

.fe-home-play-how-to span {
	font-weight: 500;
}

@media only screen and (max-width: 950px) {
	.home_hero_wrap {
		flex-direction: column;
	}
	.home_header_wrap {
		max-width: 100% !important;
		width: 100%;
	}
	.home_video_usage_wrap {
		max-width: 100% !important;
		border-top: 1px solid #ccc !important;
		border-left: none !important;
		padding-top: 20px !important;
		padding-left: 0px !important;
	}
}