.section1{
	width: 100%;
	height: 600px;
	background-image: url(../../../img/contact/contact-bg.jpg);
	object-fit: cover;
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section1 h1{
			font-size: 70px;
			color: white;
  			letter-spacing: 2px;
  			font-family: 'Georgia', 'Times New Roman', serif;
			font-style: italic;
			text-align: center;
}

.section1 p{
		text-align: center;
		margin-top: 0%;
		font-size: 28px;
		color: white;
		font-weight: 400;
		margin-top: -4%;
		text-align: center;
		width: 80%;
		margin-right: 10%;
		font-family: 'Georgia', 'Times New Roman', serif;
		font-style: italic;
}