section.steps{
	margin-bottom: 20px;
	padding:0 20px;
}
section.steps .inner{
	display:block;
	margin: 0px auto;
	max-width: 960px;
	}
section.steps .inner .box{
	flex:1 1 30%;
	border:1px solid var(--gray4);
	border-radius: 10px;
	padding:16px 8px 24px 8px;
	margin-bottom: 24px;
	background-color: var(--white);
	}
section.steps .box h3{
	margin:0 auto;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 12px;
	}

section.steps .box p{
	margin:0 auto;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	font-weight: 400;
	max-width: 800px;
	margin-top: 8px;
	}


section.steps .inner .left{
	flex:none;
	text-align: center;
	}
section.steps .inner .center{
	flex:none;
	text-align: center;
	}
section.steps .inner .right{
	flex:none;
	text-align: center;
	}
	

.face{
	display: inline-block;
	width:80px;
	height:80px;
	background-image: url(../svg/face.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	}
.punchclock{
	display: inline-block;
	width:80px;
	height:80px;
	background-image: url(../svg/punch_clock.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	}
.report{
	display: inline-block;
	width:80px;
	height:80px;
	background-image: url(../svg/report.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	}
	

@media only screen and (min-width: 960px){
section.steps .inner{
	display:flex;
	margin: 0px auto;
	max-width: 1200px;
	}
section.steps .inner .box{
	margin-bottom: 0;
	}
section.steps .inner .left{
	flex:1 1 30%;
	text-align: center;
	margin-right: 8px;
	}
section.steps .inner .center{
	flex:1 1 30%;
	text-align: center;
	margin: 0 8px;
	}
section.steps .inner .right{
	flex:0 0 30%;
	text-align: center;
	margin-left: 8px;
	}
}