

.flow {
	margin: 16px auto;
	text-align: center;
}
.flow img{
	width:10%;
	margin-right:20px;
}


.btn-apply {
  display: inline-block;
  padding: 0.8em 1em;
  text-decoration: none;
  color: #fff;
  background-color:#f75300;
  transition: .4s;
  font-weight:700;
}

.btn-apply:hover {
  background: #fa854b;
  color: #fff;
  text-decoration:none;
}

@media screen and (max-width: 640px) {

.flow img{
	width:10%;
	margin-right:10px;
}
}
