.access-wrap {
	font-family: "Helvetica Neue", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f7f9fb;
	color: #333;
	line-height: 1.6;
}

.container {
	max-width: 800px;
	margin: auto;
	padding: 20px;
}

h1 {
	text-align: center;
	color: #0a3d63;
	margin-bottom: 30px;
}

.info {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 20px;
	margin-bottom: 30px;
}

.info p {
	margin: 10px 0;
}

.label {
	font-weight: bold;
	color: #0a3d63;
}

.map {
	width: 100%;
	height: 400px;
	border: 0;
	border-radius: 10px;
}

@media screen and (max-width: 600px) {
	.map {
		height: 300px;
	}
}