@media (max-width: 720px) {
	.p-contact .l-main {
		margin-top: 50px;
	}
}

.p-contact * {
	color: #502641;
}

.p-contact .storefront-breadcrumb {
	margin-bottom: 100px;
}

@media (max-width: 720px) {
	.p-contact .storefront-breadcrumb {
		margin-bottom: 0;
	}
}


/**
 * section One
 */

.p-contact .s-one {
	margin-bottom: 30px;
}

.p-contact .s-one .one_left h2 {
	font-weight: 800;
}

.p-contact .s-one .one_left a {
	font-weight: 800;
}

.p-contact .s-one .one_right {
	margin: 45px 0;
}

@media (max-width: 720px) {
	.p-contact .s-one .one_right {
		margin-top: 0;
		margin-bottom: 0;
	}
}


/**
 * section Two
 */

.p-contact .s-two h2 {
	margin-top: 20px;
	margin-bottom: 45px;
	text-align: center;
	font-weight: 800;
}

.p-contact .s-two .two_left,
.p-contact .s-two .two_right {
	height: 336px;
}

.p-contact .s-two .two_left {
	margin-top: 115px;
}

.p-contact .s-two .two_center .center_wrapper > * {
	height: 220px;
	width: 50%;
}

.p-contact .s-two .two_center .center_wrapper a {
	font-weight: 700;
	letter-spacing: 1px;
}

@media (max-width: 720px) {
	.p-contact .s-one .one_left .left_txt,
	.p-contact .s-one .one_right p {
		font-size: 16px;
	}
	.p-contact .s-one,
	.p-contact .s-two,
	.p-contact .s-three,
	.p-contact .s-four {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 35px;
	}
	.p-contact .s-two .two_left {
		margin-top: 0;
	}
	.p-contact .s-two h2 {
		margin-bottom: 20px;
	}
	.p-contact .s-two .two_right {
		margin-top: 15px;
	}
}


/**
 * section Three
 */

.p-contact .s-three .three_left *,
.p-contact .s-three .three_right * {
	font: 300 16px/24px Quicksand;
}

.p-contact .s-three .three_left strong,
.p-contact .s-three .three_right strong {
	font-weight: 700;
}

.p-contact .s-three .three_left {
	margin-bottom: 90px;
}

.p-contact .s-three .three_right {
	margin-top: 90px;
}

@media (max-width: 720px) {
	.p-contact .s-three .three_left {
		margin-bottom: 0;
	}
	.p-contact .s-three .three_right {
		margin-top: 0;
	}
}


/**
 * section Four
 */

.p-contact .s-four {
	padding: 46px 15%;
}

.p-contact .s-four h2 {
	margin-top: 0;
}

.p-contact .s-four .four_text * {
	font: 16px/26px Quicksand;
}