/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */

.features {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	display: flex;
	justify-content: space-around; 
}

.features .feature {
	padding: 0 10px; 
}

.feature {
	font-family: 'Roboto Condensed', sans-serif; 
	text-transform: uppercase; 
	color: #fff;
	font-size: 14px; 
	text-align: center; 
}

.feature p {
	margin-bottom: 0; 
	margin-top: 2px; 
	line-height: 1.2; 
}

.feature strong {
	font-size: 35px; 
	font-weight: 700; 
}

.feature strong span {
	font-weight: 400; 
}

.feature span {
	font-size: 24px;
	font-weight: 700; 
	line-height: 1.25; 
}


.feature .stars {
	margin-bottom: 10px; 
}

@media ( min-width: 767px ) {

	.features .feature {
		padding: 5px 0; 
	}

	.features .stars {
		margin-bottom: 2px; 
	}
}