.arrow-list{
	li{
		position: relative;
		padding-left: 16px;
		padding-bottom: 10px;

		&:before{
			font-family: 'FontAwesome';
			position: absolute;
			left: 0;
			top: 0;
			content: "\f105";
			font-size: 16px;
			line-height: 1.3;
		}
	}
	&.fc-white{
		a{
			color: $theme-white;
		}
	}
}

.tick-list{
	li{
	    padding-left: 30px;
	    position: relative;
	    &:before{
    	    font-family: 'FontAwesome';
		    content: "\f00c";
		    position: absolute;
		    left: 0;
		    top: 0;
		    color: $theme-primary;
	    }
	}
}