div.how_works {
	margin: 0 auto;
}
div.blue {
	border-left: 1px solid #001549;
	padding-bottom: 40px; 
}
div.title {
	margin-bottom: 20px;
}
div.blue > span.step-title::before {
	content: "•";
    color: #001549;
    position: absolute;
    left: -21px;
    font-size: 35px;
    top: -8px;
}
div.steps, div.benefits {
	margin: 0 auto;
}
div.step {
	margin-bottom: 20px;
}
span.step-title {
	margin-bottom: 20px;
	display: block;
}
div.step p {
	font-size: 14px;
	text-align: justify;
}
div.benefits {
	text-align: center;
}
div.benefits img {
	max-height: 70px;
	text-align: center;
	margin-bottom: 10px;
}