.inner-wrapper {
  padding-top: 60px !important;
}

.header {
  height: 90px !important;
}

.disclaimer {
  color: red;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 72px !important;
  }

  .header {
    height: 62px !important;
    position:fixed;
  }
}
