/* Sales page specific styles */

/* Remove top padding for sections on sales page */
.section {
  padding-top: 1em !important;
}

#section5 {
  padding-top: 0 !important;
}

/* Reduce top margin/padding for content-wrapper on sales page */
.content-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}