
.main-place{
	height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cont{
	width: 500px;
	padding: 30px;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	background-color: orangered;
}
.cont h3{
	color: #ffffff;
}
h4{
	margin-bottom: 10px;
	font-size: 24px;
	color: white;
}
input{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
textarea{
	width: 100%;
	padding: 10px;
}
#submit{
	border: none;
	background-color: white;
	color: rgb(0, 0, 0);
	width: 200px;
	margin-top: 10px;
	border-radius: 10px;
	align-items: center;

}
#submit:hover{
	background-color: #333;
	color: rgb(255, 255, 255);
}
.main-point{
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
}
.points{
	width: 1200px;
	padding: 30px;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	background-color: rgb(245, 249, 252);
}
.points h3{
	color: orangered;
	text-align: center;
}
.points p{
	color: rgb(37, 37, 37);
}
.main-policies{
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
}
.policies{
	width: 800px;
	padding: 30px;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	background-color: rgb(245, 249, 252);
}
.policies h3{
	color: orangered;
	text-align: center;
}




