.divider-after::after, .divider {
	margin: 30px 0 25px;
	height: 1px;
	background: #000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	border-top: none;
}

.divider-after::after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -6px;
	margin: 0;
}
