@media (max-width: 768px) {
	#BENEFITS .page {
		width: 80vw;
	}
	#BENEFITS .benefits-image {
		width: 100%;
		margin: 20px auto;
	}
	#BENEFITS .benefits-content {
		padding: 0 30px;
    	margin: 0;
	}
	#BENEFITS .benefits-content h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#BENEFITS .benefits-content h5 {
		line-height: 25px;
	}
	#BENEFITS .benefits-message {
		padding: 20px;
		font-size: 16px;
		margin-top: 20px;
		border-bottom-right-radius: 70px;
	}

	#SOLUTION .bg-gray {
		margin-left: -15px;
		margin-right: -15px;
	}
	#SOLUTION .section_title {
		padding-top: 30px;
	}
	#SOLUTION .content {
		margin-top: 20px;
	}
}
@media (min-width: 769px){
	#BENEFITS {
		width: 100vw;
		height: 100vh;
	}
	#BENEFITS .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	#BENEFITS .benefits-image {
		max-width: 100%;
    	max-height: 60vh;
	}
	#BENEFITS .benefits-content {
		margin: 20px auto 0 auto;
		width: 50%;
	}
	#BENEFITS .benefits-content h1 {
		line-height: 50px;
	}
	#BENEFITS .benefits-content h5 {
		line-height: 25px;
	}
	#BENEFITS .benefits-message {
		padding: 40px;
		font-size: 18px;
		border-bottom-right-radius: 90px;
	}
	#BENEFITS .text-vertical-center {
		height: 60vh;
    	line-height: 60vh;
	}
	
	#CHALLENGE .gray-block .content {
		width: 400px;
    	margin: 0 auto;
	}

	#SOLUTION .content {
		margin-top: 30px;
	}
}
#BENEFITS .btn-regist {
	width: 200px;
}
#BENEFITS .section_title {
	text-align: center;
}
#BENEFITS .benefits-message {
	width: 100%;
    background-color: #E72231;
    text-align: left;
    color: #FFF;
}

#CHALLENGE .gray-block {
	padding: 20px;
    text-align: center;
    border-radius: 10px;
}
#SOLUTION .bg-gray {
    border-radius: 5px;
    padding: 15px;
	min-height: 150px;
	margin-bottom: 15px;
}
#SOLUTION .bg-gray img {
	height: 70px;
}