.getting-here-info {
	display: flex;
	width: 940px;
	max-width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	gap: 24px;
	margin: 70px auto;
}

.getting-here-info h2 {
	font-family: Agenda;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: black;
}

.getting-here-info .content p {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	color: #54585A;
}

.getting-here-info .content-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	max-width: 100%;
	width: 540px;
}

.getting-here-info .content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 140px;
	align-items: center;
}

.getting-here-info .infos {
	width: 300px;
	padding: 40px;
	border: 1px solid black;
}

.getting-here-info .infos h3 {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	color: black;
	text-transform: uppercase;
}

.getting-here-info .info-item {
	margin-bottom: 16px;
}

.getting-here-info .info-item a {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	text-decoration-line: underline;
}

@media (max-width: 1000px) {
	.getting-here-info .content {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0 15px;
	}

	.getting-here-info .content-info {
		max-width: 540px;
		width: 100%
	}
}
