@charset "utf-8";


.contactTxt{
	line-height:3em !important;
	padding:68px 0 148px;
}

@media only screen and (max-width: 767px) {
.contactTxt{
	padding:20px 0 50px;
}
}