.area-map {
	padding: 0 10px;
	margin: 120px auto !important;
}
.area-map-img {
	display: block;
	width: 100%;
	max-width: 460px !important;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.area-map-heading {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 50px;
	color: #ee6903;
	font-weight: 700;
	text-transform: uppercase;
}
.area-map-top {
	text-align: center;
	justify-content: space-around;
}
.area-map-copy {
	font-size: 18px;
	line-height: 28px;
	color: #193441;
	font-weight: 400;
}
.area-map-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.area-map-list {
	list-style: none;
	width: 100%;
	max-width: 275px;
}
.area-map-list-item {
	padding: 15px 0;
	border-bottom: 1px solid #b3dcf0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.area-map-list-item:after {
	display: block;
	width: 30px;
	align-self: stretch;
	content: '';
	background-image: url('/templates/default/img/right-arrow.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center right;
}
.area-map-right-column {
	max-width: 800px;
	margin: auto;
}
@media (min-width: 570px) {
	.area-map-bottom {
		gap: 30px;
	}
}
@media (min-width: 1000px) {
	.area-map-bottom {
		gap: 75px;
		justify-content: center;
	}
	.area-map-heading {
		font-size: 48px;
	}
	.area-map {
		padding: 0;
	}
	.area-map-top {
		text-align: left;
		display: flex;
		flex-direction: row-reverse;
		gap: 90px;
		margin-bottom: 90px;
	}
	.area-map-right-column {
		flex-basis: 50%;
		padding: 40px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 420px;
		margin-right: 8%;
	}
	.area-map-left-column {
		flex-basis: 50%;
	}
	.area-map-img {
		display: block;
		width: 100%;
		max-width: 460px !important;
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0;
	}
}
