#step_wrap {
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.5em;
}

#step_wrap > div {
	padding-bottom: 40px;
}

.step {
	border: 1px solid #6cad9e;
	width: 4.5em;
	height: 4.5em;
	line-height: 4.5em;
	border-radius: 50%;
	margin: 0 auto 11px;
	font-family: tt-norms-bold;
	background-color: #6cad9e;
	color: #fff;
	font-size: 1.1em;
}

.step + div {
	margin: 0 auto;
}

#step_wrap + div {
	text-align: center;
}