
#container-contact-us {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	top: -16;
}
#back-yellow{
	background-color: #ffbf00;
	width: 100%;
	height: 150px;
	position: relative;
}
#container-app-contact-us {
	width: 50%;
	margin-top: 50px;

}
#con-app-contact-us {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	
}
#con-title {
	position: absolute;
	top: -40px;

}
#container-part-one {
	width: 50%;
	padding-right: 30px;
	text-align: start;
}
#container-part-two {
	width: 50%;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}

#con-title h1 {
	padding: 100px 30px 30px 0; 
}
p {
	margin-bottom: 50px;
}
#con-img img{
	width: 300px;
}
#con-text p {
	line-height: normal;
}


/*---------------------------------------------------
        Responsive
-----------------------------------------------------*/
@media screen and (max-width: 1300px) {
 	#container-contact-us {
		 top: 0;
	}
 
}
 
 @media screen and (max-width: 1200px) {
	#container-app-contact-us {
		width: 80%;
	}
   
 }
 @media screen and (max-width: 992px) {
   
 
 
 }
 
 @media screen and (max-width: 768px) {
  
	#container-app-contact-us {
		width: 90%;
	}
  
 }
 
 
 @media screen and (max-width: 680px) {
     
	#con-app-contact-us {
		display: flex;
	flex-direction: column;
	}
	#container-app-contact-us {
		width: 95%;
	}
	#container-part-two {
		width: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#container-part-one {
		width: 90%;
		padding-right: 10px;
	}

	#con-img img {
		width: 100%;
	}
	#con-title h1 {
		padding: 100px 10px 30px 0;
	}
 }
   
 @media screen and (max-width: 576px) {
     
   
 }
 
 @media screen and (max-width: 480px) {
 
 
 
 }