#tickets {
  scroll-margin-top: -80px;
}

@media (max-width: 992px) {
  #tickets {
    scroll-margin-top: -5px;
  }
}
