div.small-text {	
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

div.small-text:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #000;
	margin-left: 11px;
}

small {
	text-transform: uppercase;
}