.sub-hero {
  padding-bottom: 22px;
}

.fee-section {
  padding-top: 34px;
}

.tax-hero-notice-section {
  padding: 0 0 8px;
  background: #eef6ff;
}

.tax-hero-notice {
  margin: 0;
}

@media (max-width: 920px) {
  .sub-hero {
    padding-bottom: 18px;
  }

  .fee-section {
    padding-top: 28px;
  }

  .tax-hero-notice-section {
    padding-bottom: 6px;
  }
}

@media (max-width: 620px) {
  .sub-hero {
    padding-bottom: 14px;
  }

  .fee-section {
    padding-top: 24px;
  }

  .tax-hero-notice-section {
    padding-bottom: 4px;
  }
}
