
.header__heading-link .h2{
font-weight:700 !important;
}

.header__menu-item span{
padding-left:8rem;
font-weight:700;
}

.header__inline-menu{
width:100%;
display:flex;
justify-content:space-evenly;
}
.header__inline-menu:hover{
  text-decoration:none;
}

.header__submenu.list-menu{
background-color:#ec4409;
padding:;
}

.header__submenu .list-menu__item {
text-decoration:none !important;
text-align:center;
justify-content:center;
color:#ede4a2;
margin-top:1.8rem;
transition:all .3s ease-in;
}
.header__submenu .list-menu__item:hover{
background-color:#ede4a2;
color:#ec4409;
}

@media screen and(max-width:990px){
  .list-menu--inline{
  display:none;
  }
}