.steps {
	margin: -18px 0;
}

.steps .row {
	padding: 35px 0;
	margin-left: -15px;
	margin-right: -15px;
}

.steps .col {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.steps .col2 {
    width: 50%;
}

.steps .col3 {
    width: 33.33333333%;
}

.steps-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.steps-num-box {
	position: relative;
}

.steps-num IMG {
	display: block;
	width: 100%;
	max-width: 100%;
}

.steps-num .num {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font: 27px/1 "RobotoRegular";
	text-align: center;
	margin-top: -15px;
}

.steps-text {
	line-height: 1.2;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 30px;
}

.steps .col3 .steps-text {
	padding-left: 15px;
}

.steps .row:after {
    content: "";
    display: table;
    clear: both;
}

.row > .col p:first-child,
.row > .col h1:first-child,
.row > .col h2:first-child,
.row > .col h3:first-child,
.row > .col h4:first-child,
.row > .col h5:first-child,
.row > .col h6:first-child {
	margin-top: 0;
}

.row > .col p:last-child,
.row > .col h1:last-child,
.row > .col h2:last-child,
.row > .col h3:last-child,
.row > .col h4:last-child,
.row > .col h5:last-child,
.row > .col h6:last-child {
	margin-bottom: 0;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
	.steps {
		margin: 0;
	}

	.steps .col {
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.steps .row {
		padding: 0;
	}
}