header {
	background-color: #ffffff;
}

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

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

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