/* CONFORMATION */
.contact-top {
	padding: 60px 10px 15px;
	background-image: url(../grp/contact.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact {
	background-color: #fff;
}
.contact > .body {
	padding:50px 25px;
	background-color: #fbfbfb;
}
@media (max-width: 768px){
	.contact > .body {
		padding:50px 10px;
	}
}
@media (max-width: 768px){
	.contact h1 {
		font-size: 26px;
		line-height: 34px;
	}
}