.info-section {
	margin: 40px auto;
}

/* Testimonial */

.testi-slide .carousel-cell {
	width: 100%;
}
.testi-slide .item {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 80%;
	text-align: center;
}
.testi-slide .item a {
	color: initial;
}
.testi-slide .item .avatar,
.ss-testimonials .avatar {
	width: 60px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.testi-slide h3 {
	margin: 0.5em 0;
}
.testi-slide .flickity-prev-next-button {
	top: 20%;
	transform: initial;
}
.testi-slide .flickity-button {
	background: transparent;
}
.testimonial-slider-homepage .script {
	font-size: 12pt;
	line-height: 160%;
}

/* Testimonial Page */

.ss-testimonials {
	margin: 40px auto;
}
.ss-testimonials .grid-row {
	margin: 0 auto;
}
.ss-testimonials .item {
	width: 50%;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 5%;
	border-top: solid 1px #E7E7E7;
	border-right: solid 1px #E7E7E7;
}
.ss-testimonials .item.first-row {
	border-top: 0;
	padding-top: 0;
}
.ss-testimonials .item.last-in-row {
	border-right: 0;
}
.ss-testimonials .avatar {
	width: 100px;
	margin: 20px auto;
	display: block;
}
.ss-testimonials .item.first-row .avatar {
	margin-top: 0;
}

@media screen and (max-width: 780px) {
	.ss-testimonials {
		margin: 0 auto;
	}
	.ss-testimonials .item {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 20px 10%;
		border: 0;
		border-bottom: solid 1px #E7E7E7;
		height: auto!important;
	}
	.ss-testimonials .item.first-row {
		padding-top: 20px;
	}
	.ss-testimonials .avatar,
	.ss-testimonials .item.first-row .avatar  {
		margin-top: 10px;
	}
}

/* Services */

.imgcontent .item {
	margin-bottom: 40px;
}
.imgc-odd .item .oh-img,
.imgc-even .item .oh-desc,
.imgc-mix .item.odd .oh-img,
.imgc-mix .item.even .oh-desc {
	margin-left: 0;
}
.imgc-even .item .oh-img,
.imgc-mix .item.even .oh-img {
	float: right;
}
.inquire-button {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.inquire-button span {
	margin-left: 3px;
	display: inline-block;
	font-size: 9px;
	position: relative;
	top: 0;
}
.services-wrapper h2 span {
	display: block;
}

/* Pricing Table */

.pricing-table .item {
	padding: 20px 2%;
	border: solid 1px #E7E7E7;
	box-sizing: border-box;
}
.pricing-table h2 {
	margin-top: 10px;
}
.pricing-table p.price,
.pricing-table .features {
	margin: 5px 0;
}
.pricing-table p.read-more {
	width: auto;
	position: relative;
	margin: 10px auto;
}
.pricing-table .bar {
	width: 50px;
	height: 1px;
	margin: 25px auto;
	border-bottom: solid 1px #E7E7E7;
}