*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: rgba(19,82,64,0.76);
  border: none;
  width: 100%;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  box-sizing: inherit;
}

img, svg {
  /*object-fit: contain;*/
}

