.box {
	max-width: 350px;
	min-width: 170px;
}
.box-pad {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.box-title {
	color: rgba(150,150,150,1.0);
	font-size: 24px;
	font-weight: lighter;
	line-height: 26px;
	padding-bottom: 15px;
}
.box-text {
	color: rgba(150,150,150,1.0);
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
}
