.about-us {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.about-us>div {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #767474;
}

.about-us .about-us-t {
	font-family: "century gothic";
	font-size: 38px;
	color: #373737;
	margin-top: 3%;
	margin-bottom: 2%;
	position: relative;
}

.about-us .about-us-t:before {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #373737;
	position: absolute;
	bottom: 0;
}

.about-us .about-us-cont {
	margin-bottom: 5%;
	line-height: 30px;
}

@media (min-width: 992px) {
	.about-us>div {
		width: 800px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about-us .about-us-t {
		font-family: "century gothic";
		font-size: 48px;
		color: #373737;
		margin-top: 3%;
		margin-bottom: 2%;
	}
}

.locate .search-div {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	background-color: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #767474;
	margin-bottom: 40px;
}

.locate .search-div .inp {
	flex: 1;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.locate .search-div .inp input {
	width: 100%;
	height: 100%;
	padding-left: 10px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
}

.locate .search-div .search-d {
	width: 80px;
	height: 40px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
}

@media (min-width: 992px) {
	.locate .search-div {
		width: 800px;
		height: 60px;
		padding: 0 30px;
		background-color: #f1f1f1;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #767474;
	}

	.locate .search-div .inp {
		flex: 1;
		height: 40px;
		margin-left: 20px;
		margin-right: 110px;
	}

	.locate .search-div .inp input {
		width: 100%;
		height: 100%;
		padding-left: 10px;
		border: 1px solid #c8c8c8;
		border-radius: 4px;
	}

	.locate .search-div .search-d {
		width: 100px;
		height: 40px;
		border: 1px solid #c8c8c8;
		border-radius: 4px;
		text-align: center;
		line-height: 38px;
	}
}

.map {
	width: 100%;
	height: 740px;
	background-color: #004cb5;
}
