.wrapper{
	width: 100%;
	background-color: #97cbe7;
	min-height: 100vh;
	overflow: hidden;
}

.wrapper2{
	width: 100%;
	background-color: #fff;
	min-height: 100vh;
	overflow: hidden;
}

.section{
	width: 90%;
	display: block;
	margin: 80px auto;
}

.left-section{
	width: 60%;
	float: left;
	padding-right: 50px;
}

.right-section{
	width: 60%;
	float: right;
	padding-left: 50px;
}

.content{
	text-align: justify;
}

.image-section{
	float: right;
	width: 40%;
}

.image-section img{
	max-width: 100%;
	height: auto;
}

.image-section img:hover{
	opacity: 0.9;
}

.image-section-right{
	float: left;
	width: 40%;
}

.image-section-right img{
	max-width: 100%;
	height: auto;
}

.image-section img:hover{
	opacity: 0.9;
}

.content2 .title h2{
	font-weight: 800;
}

.content2 p{
	text-align: center;
	padding-top: 15px;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.5;
}

@media screen and (max-width: 760px){
	.left-section{
		width: 100%;
		padding-right: 0px;
	}
	.content2 h2{
		text-align: center;
	}
	.image-section{
		width: 100%;
		display: block;
		margin: 50px auto;
	}

	.image-section img{
		width: 100%;
	}

	/*    */
	.right-section{
		width: 100%;
		padding-left: 0px;
	}
	.content2 h2{
		text-align: center;
	}
	.image-section-right{
		width: 100%;
		display: block;
		margin: 50px auto;
	}

	.image-section-right img{
		width: 100%;
	}
}