.map {
	/* background: url(../img/map-bg.png) center center no-repeat; */
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.map {
		height: 400px;
		background: url(../img/map-bg.png) center center no-repeat;
		background-size: cover;
	}
}

.map__content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map__container {
	background: linear-gradient(90deg, #27b1f3, #2962fc);
	width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
}

.map-title {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 18pt;
	text-align: center;
	color: white;
}

/* .map-title .new {
	col
} */

.map-button {
	padding: 20px;
	color: black;
	background: white;
	border: none;
	outline: none;
	border-radius: 30px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 8pt;
	box-shadow: 0px 0px 3px black;
	font-size: 12pt;
}

@media screen and (max-width: 1000px) {
	.map {
		margin-top: 100px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.map__container {
		padding: 10px;
		width: 62%;
	}
}

@media screen and (max-width: 600px) {
	.map__container {
		width: 80%;
	}
}

.map__bg {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1100px) {
	.map__bg {
		display: none;
	}
}

.map__image {
	width: 100%;
}
