.anchor-menu {
	background: #f6f6f9;
	padding: 14px 0;
}

.anchor-menu .col-md-8 {
	display: flex;
}

.anchor-menu .col-md-8 .link {
	flex-grow: 1;
	text-align: center;
	justify-content: center;
	padding: 14px;
}

.anchor-menu .col-md-8 .link:not(:last-child){
	border-right: 1px solid #939393;
}
