.form__txt {
	font-size: 16px;
	color: #2F5597;
}

.contact {
	padding: 60px;
	margin: 40px auto 120px;
	background: #F0ECE4;
}

.contact__map {
	width: 50%;
	height: 400px;
}

.contact__map iframe {
	width: 100%;
}

.contact__info {
	width: 50%;
	padding: 150px 0 0 60px;
	background: #FBFBFB;
}

.contact__txt {
	display: block;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #666;
	margin-bottom: 5px;
	padding-left: 25px;
}

.contact__txt a {
	color: #666;
}

.contact__txt i {
	position: absolute;
	left: 0;
	top: 6px;
	color: #2F5597;
}

@media only screen and (max-width: 1024px) {
	.contact__map {
		width: 100%;
		height: 260px;
	}
	.contact__info {
		width: 100%;
		padding: 30px;
	}
}
