.section-map {
	padding: var(--space-3xs) 0;
}

.section-map .section-body-wrapper {
	position: relative;
}

.section-map__header {
	width: max-content;
    position: absolute;
    left: 4.25rem;
    top: 3.5rem;
    z-index: 1;
    background: white;
}

.section-map__title {
	margin-bottom: 0;
}

.section-map__description {
	padding-top: var(--space-2xl);
}

.section-map__viewport::before {
	display: none;
}

.section-map__viewport {
	width: 100%;
	height: auto;
}


