.google-maps {
    margin-top: 30px;
    margin-bottom: 140px;
	margin-left: 0;
	margin-right: 0;
}

.google-maps h4 {
    margin: 0 0 20px;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 300;
}

.google-maps .map {
    border: 0;
    height: 400px;
    width: 100%;
}

.no_map {
	height: 400px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.no_map_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: lightgray;
	padding: 25px;
}

#container_googlemaps {
	height: 70vh;
}

@media only screen and (max-width: 998px) {

	.no_map {
		line-height: 30px;
	}
}
