.overallContainer{
	max-width: 69rem;
	padding: 0;
	margin: 0 auto 1.6rem auto;
}

.card{
	max-width: 20rem;
 	margin: 0.9rem;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	display: grid;
}

.row{
	margin-top: 0.8rem;
}

.card h3{
    font-size: clamp( 1.0rem, 4vw, 1.1rem );
	font-weight: 600;
	margin: 0;
	min-height: 3rem;
}

.card p{
	font-size: clamp( 0.6rem, 3vw, 0.90rem );
	font-weight: 300;
	text-align: center;
}

.card p:first-of-type{
	font-size: clamp( 0.85rem, 3vw, 1rem );
}

.description{
	margin-top: 0;
}

.description p{
	font-size: 1em;
	text-transform: none;
}

.imagesContainer{
	display: flex;
	max-height: 40rem;
	padding: 0;
}

.imageBox{
	height: unset;
	margin: 0;
	background-color: rgba(0,0,0,0);
}

.imageBox .image{
	object-position: top;
	transition: unset;
	object-fit: contain;
}
.imageBox:hover .image{
	transform: unset;
}

.mobileSidebar{
	z-index: 100000;
}


.dialogOverlay{
	position: initial;
	background-color: rgba(255,255,255,0.05);
	display: flex;
	align-items: center;
	flex-flow: column;
	padding: 0;
}

.springBox{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.springBoxBody{
	display: flex;
	flex-flow: column;
	background-color: white;
	justify-content: space-between;
	padding: 1rem 0;
	overflow: hidden;
	min-height: 16rem;
	transition: 0.2s ease;
}

.springBoxBody>* + *{
	margin-top: 0.5rem;
}

.springBoxBodyContact>p:first-child{
	font-weight: 500;
	font-size: 1.25rem;
}

.springBoxBodyContact>p{
	margin: 0 0 0.3rem;
}

form{
	display: flex;
	flex-flow: column;
	width: 100%;
}

input{
	margin: 0.5rem 0;
	padding: 0.5rem;
	border: solid 1px #8f8f9d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1rem;
}
textarea{
	resize: none;
	border: solid 1px #8f8f9d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	margin-top: 10px;
	padding: 0.5rem;
}

button{
    all: unset;
	margin: 0.5rem 0;
	padding: 0.5rem 2rem;;
	border: solid 1px #8f8f9d;
	width: max-content;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	cursor: pointer;
}

.button{
	margin: 0 auto;
	width: max-content;
}

.contact{
	position: relative;
	width: 100%;
	height: initial;
	overflow: initial;
}

.springBox{
	width: 100%;
}

.sendField{
	display: flex;
}

.warningField{
	flex-basis: 100%;
	text-align: center;
	font-weight: 700;
}

@media only screen and (max-height: 450px){
	#map{
		min-height: 220px;
	}
}

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