header {
	background-color: #ffffff;
}

#location-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4rem;
	margin-bottom: 4rem;
	width: 100%;
}

#location-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 90%;
	max-width: 700px;
}

#map {
	width: 90%;
	max-width: 800px;
	height: 60vh;
}


