.app_index_img{
	position: absolute;
	top: 220px;
	left: 450px;
}

.app_index_img img {
	width: 350px;
}

.right_text {
	position: absolute;
	top: 350px;
	right:450px;
}
.right_text .title {
	font-size: 30px;
	color: #FFFFFF;
} 
.right_text p {
	font-size: 20px;
	color: #FFFFFF;
	opacity: 0.8;
}

.content {
	width: 100%;
	height: auto;
	background-color:#EDFAFF ;
}

 .image-gallery {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  position: relative;
	  width: 100%;
	  height: 100%;
	}
.image-gallery img {
	position: relative;
	width: 60%;
	height: 100%;
	}
	
	.footer_logo_1 {
		position: absolute;
		top: 3430px;
		left: 500px;
	}