@media screen and (max-width: 768px) {
.flow ul li {
	margin-bottom:25px;
}
.flow-title {
	border-bottom:#fff119 2px solid;
	padding-bottom:3px;
	margin-bottom:6px !important;
	font-size:16px;
	font-weight:bold;
}
.flow-title span {
	background:#fff119;
	font-size:13px;
	font-style:italic;
	padding:2px 6px;
	margin-right:0.5em;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.check {
	margin-bottom:15px;
}
.check li {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
.check li:before {
	content:"\f046";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#666;	
}
}