section.global-home-section.map-container {
	gap: 1.5rem;
}

.multip_map {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.multip_map {
		flex-direction: column;
	}
}