.list--divider-border li {
	position: relative;
	display: inline-block;
	font-weight: 600;
	margin-right: 20px;
}

.list--divider-border li a {
	text-decoration: none;
}

.list--divider-border li::after {
	content: '';
	width: 1px;
	height: 50%;
	background-color: #000;
	top: 3px;
	bottom: 0;
	right: -14px;
	margin: auto;
	display: block;
	position: absolute;
}

.list--divider-border li:last-child::after {
	background: transparent;
}

.optin-form-page ul.list.list--row.list--divider-border {
	margin: 0;
}

.optin-form-page ul.list.list--row.list--divider-border li a {
	font-size: 12px;
}