.scroll-nav {
	background: #ffffff;
	margin-bottom: 25px;
	padding: 15px;
	width: calc(1070px / 3);
}

.scroll-nav.fixed {
	position: fixed;
	top: 150px;
}

.scroll-nav__heading {
	display: block;
	color: #5cbfc9;
    border-bottom: 2px solid #5cbfc9;
    padding-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}

.scroll-nav__link {
	text-decoration: none;
}

.scroll-nav__item {
	padding: 10px 0;
}

.scroll-nav__item.active {
	font-weight: 700;
}

@media (max-width: 991px) {
	
	.scroll-nav {
		display: none;
	}
	
}