section.section-intro {
	background: #FFBF00;
}
section.section-intro .section-header {
	margin-bottom: 0;
	padding: 0 15px;
}
section .section-header h2.section-title,
section .section-header p.section-description {
	color: #333;
}

section.section-clarity,
section.section-about {
	background: #FFF;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
section.section-where {
	background: #EEE;
}
section .section {
	padding: 20px 15px;
	margin: 20px 0;
	border-top: 1px solid #EEE;
}
section .section:first-child {
	padding: 0 15px;
	margin: 0;
	border-top: none;
}
section img.section-img {
	width: 100%;
	display: block;
	max-width: 400px;
	margin-left: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
section img.section-img.left {
	margin-left: 0;
	margin-right: auto;
}
section .section h4 {
	margin-bottom: 15px!important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}
section .section p {
	margin-bottom: 15px;
	font-size: 18px;
}
section .section p:last-child {
	margin: 0!important;
}

@media(max-width:768px) {
	section img.section-img {
		margin: 30px auto;
	}
}