[class*="col-"] > .control-group {
    margin: 0;
}

@media(min-width: 12000px) {
    [class*="col-"].border-left {
        border-left: 1px solid var(--grey-02);
    }
}

@media(max-width: 1199px) {
    [class*="col-"].border-left {
        border-left: 0 !important;
    }
}

.row { 
    margin-bottom: 1rem;
}

/* Grid Divisor */
.row.has-divisor [class*=col]:not(:first-child) {
    border-left: 1px solid var(--grey-02);
}

/* New file */

.has-divider-arrow div[class*="col-"] {
	position: relative;
}

.has-divider-arrow div[class*="col-"]:not(:first-child):before {
	content: "\f054";
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
