
.pricing-faq {
	position: relative;
	overflow: hidden;
	margin: 0 0 60px;
}
.pricing-faq .content-wrap {
	max-width: 1170px
}
.pricing-faq h2 {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
	
	position: relative;
	padding-bottom: 10px;
}
.pricing-faq h2:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background: #666;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.pricing-faq ul li {
	display: inline-table;
	width: 49%;
	box-sizing: border-box;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
	min-height: 100px;
}
.pricing-faq ul li:nth-child(2n+2) {
	padding: 0 0 0 30px;
}
.pricing-wrap.pricing-box-3 ~ .pricing-faq .content-wrap {
	max-width: 980px;
}
.pricing-faq ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.pricing-faq p {
	font-size: 14px;
	line-height: 24px;
}
.pricing-faq p a {
	color: #1894ea;
}
@media only screen and (min-width:768px) and (max-width:991px) {
h1.field-price-heading {
	font-size: 26px;
}
.pricing-wrap.pricing-box-4 .content-wrap {
	max-width: 720px;
}
.pricing-wrap.pricing-box-4 .content-wrap .product-block {
	width: 50%;
	margin: 40px 0 0;
}
.pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2) {
	border-right: 1px solid #e5e5e5;
}
}

@media only screen and (max-width:767px) {
h1.field-price-heading {
	font-size: 22px;
	margin-top: 80px;
}
.pricing-faq ul li {
	display: block;
	width: 100%;
	padding: 0;
	min-height: inherit;
}
.pricing-faq ul li:nth-child(2n+2) {
	padding: 0;
}
.pricing-faq ul li h3 {
	font-size: 16px;
}

.pricing-wrap.pricing-box-3 .content-wrap .product-block, .pricing-wrap.pricing-box-2 .content-wrap .product-block, .pricing-wrap.pricing-box-4 .content-wrap .product-block {
	float: none;
	width: 100%;
	display: block;
	max-width: 400px;
	margin: 0 auto 30px;
	border: 1px solid #e5e5e5;
}
}/**/