@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: 30px;
		line-height: 40px;
	}
	#BENEFITS .benefits-content h5 {
		line-height: 25px;
	}

	#DIAGRAM .diagram-content {
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
	}

	#ADVISE .fix-align {
		text-align: left;
	}

	#CONSULTANTS .consultants-block {
		border-radius: 10px;
		background-color: #FFF;
		text-align: center;
		padding: 0;
		margin: 10px -30px;
		color: #333;
		min-height: 450px;
	}
}
@media (min-width: 769px){
	#BENEFITS {
		width: 100vw;
		height: 100vh;
	}
	#BENEFITS .benefits-image {
		float: right;
		max-height: 80vh;
		margin-top: 5vh;
		margin-right: 20px;
	}
	#BENEFITS .benefits-content {
		margin-top: 15vh;
		width: 550px;
		position: absolute;
	}
	#BENEFITS .benefits-content h1 {
		line-height: 50px;
	}
	#BENEFITS .benefits-content h5 {
		line-height: 25px;
	}

	#DIAGRAM .diagram-content {
		font-size: 16px;
		font-weight: bold;
	}

	#ADVISE .fix-height {
		height: 200px;
	}
	#ADVISE .fix-align {
		text-align: right;
	}

	#CONSULTANTS .consultants-block {
		border-radius: 10px;
		background-color: #FFF;
		text-align: center;
		padding: 0;
		margin: 0 30px;
		color: #333;
		min-height: 450px;
	}
}
#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;
}

#DIAGRAM .diagram-block {
    border-radius: 20px;
    width: 100%;
    position: relative;
}
#DIAGRAM .diagram-block img {
	margin: 0 auto;
	width: 420px;
}

#ADVISE .row {
	padding-top: 60px;
}
#ADVISE h1 {
	font-weight: bold;
}
#ADVISE .div-title img {
	width: 70%;
}
#ADVISE .div-border {
	padding: 30px 15px;
}
#ADVISE .div-border img {
	width: 100%;
}
#ADVISE .div-border h4 {
	margin: 5px 0;
}

#CONSULTANTS .consultants-block img {
	width: 100%;
	border-bottom: 3px solid #219653;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#CONSULTANTS .consultants-block .consultants-content {
	font-weight: 100;
    font-size: 16px;
	padding: 10px 20px;
}
