.flowlist-wrap {
	max-width: 710px;
	margin: 0 auto;
}
.flowlist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.flowlist__item {
	background: rgba(204, 0, 0, .15);
	padding: 1.625em .5em;
}
.flowlist__item:nth-child(2) {
	background: rgba(204, 0, 0, .3);
}
.flowlist__item:nth-child(3) {
	background: rgba(204, 0, 0, .45);
}
.flowlist__item:nth-child(4) {
	background: rgba(204, 0, 0, .6);
}
.flowlist__item:nth-child(5) {
	background: rgba(204, 0, 0, .75);
}
.flowlist__item:nth-child(6) {
	background: rgba(204, 0, 0, .9);
}
.flowlist-wrap__info {
	margin-top: 1.25em;
}