@media screen and (max-width: 767px) {
	.contact-us p {
		font-size:12px;
		line-height: 1.5;
	}
.contact-us .section-heading {
	background-color: #32a69c;
	margin-bottom: 20px;
	padding: .5em 0;
	color: #fff;
}
.contact-us .section-heading:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(50, 166, 156, 0);
	border-top-color: #32a69c;
	border-width: 10px;
	margin-left: -10px;
}
.contact-us hr{
	border-top:solid 1px #09b2a4;
}
.contact-us hr{
	border-top:solid 1px #09b2a4;
}
/* .container > .row > [class*='col-sm-'] + [class*='col-sm-'] {
	margin-top: 0;
} */
}
