html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

*, *:before, *:after,
*::before, *::after{
    box-sizing: border-box;
}

html, body{
    margin: 0;
    padding: 0;
}

.menu > .nav-item > .nav-link:after{
    display: none !important;
}

.develop-process-icon{
    max-height: 120px;
}