.cms-map-height{
	height: 620px;
}

// Layout 1
.cms-maps-layout-1{
	.cms-map-img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.container{
		padding-top: 15px;
		padding-bottom: 55px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		z-index: 1;
	}
	.cms-accordion{
		width: 350px;
		max-width: 100%;
	}
}