#hero {
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	align-items: flex-start;
	padding: 0 30px;
	background-color: #efe7ec;
	/* background-image: url(../images/background.png); */
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
}

#hero h1 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	font-family: "Playfair Display";
	margin-bottom: 10px;
}

#hero > p {
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 30px;
}

#hero > button > span {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#hero > button {
	cursor: pointer;
	width: 300px;
	border: 1px solid black;
	border-radius: 30px;
	padding: 10px 15px;
	font-size: 20px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
