.location-container {
	max-width: 900px;
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-top:200px;
	display: flow-root;
	box-shadow: 20px 22px 44px #cccc
}
.location-header {
	width:100%;
}
.location-header h1 {
	font-size: 32px;
	margin-bottom: 10px;
	color: #007bff;
}
.location-header p {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
iframe {
	width: 100%;
	height: 400px;
	border: none;
	border-radius: 10px;
	margin-top: 20px;
}
.contact-details {
	margin-top: 20px;
	text-align: left;
}
.contact-details h2 {
	font-size: 24px;
	color: #dc2c1b;
	margin-bottom: 4px;
}
.contact-details p {
	font-size: 18px;
	margin-bottom: 8px;
	color: #555;
	margin:0;
}
.operating-hours {
	margin-top: 20px;
	text-align: left;
}
.operating-hours h2 {
	font-size: 24px;
	color: #dc2c1b;
	margin-bottom: 4px;
}
.operating-hours ul {
	list-style: none;
	padding: 0;
	margin:0
}
.operating-hours li {
	font-size: 16px;
	color: #555;
	margin-bottom: 5px;
}
.location h1{
	color:#dc2c1b;
}
.location{
	text-align:center
}
.location-grid{
	display: grid;
    grid-template-columns: 2fr 3fr;
    width: 100%;
	margin-bottom: 13px;
}
.location-text{
	margin: auto 0;
	padding:20px;
}
.location-map{
	margin: auto 0;
}
@media only screen and (max-width: 767px){	
	.container {
		padding-right: 4px;
		padding-left: 4px;
		margin-right: auto;
		margin-left: auto;
	}
	.location-container {
		max-width: 100%;
		margin: 38px auto;
		padding: 7px;
		background: #fff;
		border-radius: 10px;
		margin-top: 79px;
		display: flow-root;
		box-shadow: 20px 22px 44px #cccc;
	}
	.contact-details h2 {
		font-size: 24px;
		color: #dc2c1b;
		margin-bottom: 4px;
		margin: 0;
	}
	.location-grid {
		display: block;
		grid-template-columns: 2fr 3fr;
		width: 100%;
		margin-bottom: 8px;
	}
}