.trade-hero-wrap {
  margin-top: -30px;
}

@media screen and (max-width: 480px) {
  .kompbanner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobbanner {
    display: block;
  }
}

@media screen and (min-width: 490px) {
  .mobbanner {
    display: none;
  }
}

.button1 {
  font-weight: bold;
  margin-bottom: 5px;
}

.button2 {
  font-weight: bold;
}

h1 {
  text-align: center;
}

.top-menu ul li>a {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
}

.top-menu ul li>span {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-radius: 10px;
}