.header {
  width: 100%;
  margin-top: 97px;
}

.header-container {
  background: url("../img/law-bg.jpg") center center / cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: auto;
  width: 100%;
  padding: 0px;
}

@media (min-width: 300px) {
  .businessopportunity {
    margin: auto;
  }
}

@media (min-width: 300px) {
  .annique-logo {
    /*vertical-align: center;*/
    /*justify-content: center!;*/
    justify-content: center;
    margin: auto;
  }
}

@media (min-width: 300px) {
  .main-banner {
    margin-bottom: -221px;
  }
}

@media (min-width: 576px) {
  .header.main-banner {
    margin-bottom: -165px;
  }
}

@media (min-width: 768px) {
  .header.main-banner {
    margin-bottom: -115px;
  }
}

