.location-items {
	margin-bottom: 30px;
}

@media (width >= 768px){
	#contact-wrapper {
		max-width:unset;
	}

	.location-col {
		width: 100%;
	}
}

@media (width >= 1066px){
	.location-col {
		display:flex;
		gap: 50px;
		flex-basis:unset;
	}

	.location-items {
		flex: 1 0 33%;
	}

	.location-map {
		flex: 1 0 60%;
	}
}

@media (width >= 1400px){
	#contact-wrapper {
		max-width: 1400px;
	}
}