.intro {
	padding: 20px 0;
	text-align: center;
	background-position: 50% 50%;
	background-repeat: repeat;
}

.intro .jumbotron {
	background-color: rgba(238,238,238,.5);
	color: #000;
}

.home-section {
	margin-bottom: 48px;
}
.home-section h2 {
	font-size: 48px;
	margin-bottom: 1em;
	font-weight: 300;
	text-align: center;
}

.advantages {
	text-align: center;
}
.advantages h2 {
}
.advantages-icon {
	display: block;
	width: 75px;
	height: 75px;
	line-height: 72px;
	margin: 0 auto 15px;
	background-color: #63ca60;
	color: #fff;
	font-size: 3em;
	border-radius: 50%;
}
.advantages-title {
	font-size: 15px;
}

.digits {}
.digits-box {
	padding: 0 10px;
	border-left: 1px solid #ddd;
	vertical-align: top;
}
.digits-number {
	font-weight: 800;
	color: #3b96d4;
	font-size: 38px;
	line-height: 1;
}
.digits-name {
	vertical-align: bottom;
}
.digits-text {
	padding-top: 20px;
}

.quotes {
	padding: 40px 0;
	background-color: #63ca60;
	color: #fff;
	text-align: center;
}
.quotes-text {
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
.quotes-source {
	font-weight: bold;
	font-size: 1.2em;
}

.pricing-span {
	width: 25%;
	max-width: none !important;
}
.widget-header > .widget-title {
	display: block;
}