.layout_steps {
	overflow: hidden;
}
.layout_steps .step {
	float: left;
	text-align: center;
	padding: 0 20px;
}
.layout_steps .step .icon {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.layout_steps .step h5,
.layout_steps .step h6 {
	text-transform: uppercase;
}
.layout_steps .step .description {
	font-size: 15px;
	max-width: 300px;
	margin: auto;
}

@media( max-width: 768px){
	.layout_steps .step {
		width: 100%!important;
		padding: 0;
	}
}