body{
	color: #2f2f2f;
	padding: 0 23.5px 0 21.5px;
}
section{
	margin-top: 20px;
}
h3,h4{
	margin: 0;
	font-size: 15px;
	margin-bottom: 20px;
	position: relative;
}
h3:before{
	content: '';
	position: absolute;
	width: 4.5px;
	height: 12px;
	top: 2px;
	left: -10px;
	background-color: #fad145; 
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
}
p{
	font-size: 12px;
}
