li
       font-family: $playfair
       font-size: 18px
	font-weight: 400
	color: #fff
	margin-bottom: 10px
	text-align: center
        position: relative
	z-index: 2
	&:before 
	        content: ''
		position: absolute
		top: 50%
		left: 0
		transform: translateY(-50%)
		height: 2px
		background-color: #B87525
		width: 100%
		z-index: 1