#contact-page {
	form {
		button {
			margin-top: 30px;
		}
	}
	.shop-infromation {
		margin-top: 70px;
		margin-bottom: 70px;
		.shop-info-grid {
			margin-bottom: 25px;
			h2 {
				margin-bottom: 15px;
				text-transform: capitalize;
				font-weight: bold;
			}
			div, p, a {
				font-size: 15px;
				color: #a7a7a7;
				line-height: 23px;
			}
			address {
				font-size: 15px;
				color: #a7a7a7;
				line-height: 23px;
			}
		}
		.block-social {
			a {
				+ a {
					margin-left: 15px;
				}
				font-size: 20px;
			}
		}
	}
}

#googleMap {
	height: 485px;
	margin-top: 50px;
	width: 100%;
}