
p.featured {
	color: #fca83a;
	font-size: 28px;
	letter-spacing: .8em;
	margin: 0;
	text-align: center;
}

ul.flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
}

ul.flow li {
	background: white url(images/flow_title.gif) repeat-x center top;
	border: 2px solid #3cb1be;
	border-radius: 50%;
	height: 320px;
	margin: 0 10px;
	padding: 20px;
	position: relative;
	width: 320px;
}

ul.flow li::before {
	background: url(../images/flow.svg) no-repeat;
	background-size: 40px;
	content: "";
	height: 40px;
	left: -35px;
	position: absolute;
	top: 138px;
	width: 40px;
}

ul.flow li:first-child::before {
	background-image: none;
}

ul.flow li h3 {
	color: #f2f1e6;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 15px 0 5px 0;
}

ul.flow li p {
	font-size: 15px;
	line-height: 1.8em;
	text-align: center;
}

table.list-table th {
	font-size: 18px;
}