p.about-text {
	font-size: 17px;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

/*Brands Section*/

.brands-section .brand {
	text-align: center;
}
.brands-section .brand .brand-image {
	min-height: 66px;
}
.brands-section .brand .brand-image img {
	width: 100%;
	max-width: 150px;
}
.brands-section .brand .brand-text {
	padding: 20px;
	max-width: 280px;
	margin: 0 auto;
	font-size: 17px;
	color: #333;
}
.brands-section a:hover {
	text-decoration: none;
}

/*Pane*/
.pane {
	max-width: 450px;
	margin: 0 auto;
}
.pane .pane-title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 10px 0;

}
.pane .pane-text {
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
}

.value-pane .value {
	padding: 5px;
}
.value-pane .value p {
	margin: 0;
}

.value > div {
	display: inline-block;
	vertical-align: middle;
}
.value > .value-icon {
	width: 20%;
	padding: 20px;
}
.value > .value-icon > img {
	display: block;
	width: 100%;
}
.value > .value-text {
	width: 79%;
}