<nav class="header__navs">
<a href="#" class="nav__item">Услуги</a>
<a href="#" class="nav__item">Проекты</a>
<a href="#" class="nav__item">Компания</a>
<a href="#" class="nav__item">Контакты</a>
<a href="#" class="nav__item">Обучение</a>
</nav>
.header__navs {
grid-area: navs;
justify-self: center;
align-self: center;
font-family: Montserrat;
font-style: normal;
font-size: 1em;
a {
margin-right: 1.5rem;
color: #7D8797;
font-weight: 400;
margin-bottom: 0rem;
transition: .3s;
&:hover {
margin-bottom: .5rem;
font-weight: 600;
color: #292930;
}
}
}