@media (max-width: 768px) {
	#BENEFITS {
		width: 100vw;
	}
	#BENEFITS .page {
		width: 100%;
	}
	#BENEFITS .benefits-image {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#BENEFITS .benefits-content {
		padding: 0 30px;
    	margin: 0;
	}
	#BENEFITS .benefits-content h1 {
		font-size: 20px;
		line-height: 30px;
	}
	#BENEFITS .benefits-content h5 {
		line-height: 25px;
	}

}
@media (min-width: 769px){
	#BENEFITS {
		width: 100vw;
		height: 100vh;
	}
	#BENEFITS .benefits-image {
		max-height: 60vh;
	}
	#BENEFITS .benefits-content {
		margin: 20px auto 0 auto;
		width: 60%;
	}
	#BENEFITS .benefits-content h1 {
		font-size: 26px;
    	line-height: 30px;
	}
	#BENEFITS .benefits-content h5 {
		line-height: 25px;
	}

}
#BENEFITS {
	background-image: url('../../images/web/Consultant/Rectangle.png') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
    background-position: center;
}
#BENEFITS .btn-regist {
	width: 200px;
}
#BENEFITS .section_title {
	text-align: center;
}

#METHOD .content {
	text-align: center;
}
#METHOD .content div {
	padding: 15px 40px;
}

#SOLUTION img {
	height: 50px;
}
#SOLUTION h5 {
	margin: 10px 0;
}
#SOLUTION h5::before {
	content: "\25C8";
	margin-right: 10px;
	font-size: 20px;
}

#BENEFIT .content h5 {
	font-weight: bold;
	height: 60px;
	line-height: 20px;
}