.step .box-title{
	min-height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step .box{
	/* min-height: 670px; */
}
@media (max-width: 768px){
	.step .box-title{
		min-height: auto;
		min-height: initial;
	}
}