.payment-calculator-section-banner.section-container .section-eyebrow {
  letter-spacing: 4px;
}

.payment-calculator-section-banner.section-container .section-description {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-banner.payment-calculator-section-banner .section-copy {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .payment-calculator-section-banner .section-start {
    padding: 32px 32px 32px 16px;
  }

  .payment-calculator-section-banner .section-start .section-title {
    margin-bottom: 0;
  }

  .payment-calculator-section-banner .section-description {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .section-container {
    margin: 24px 0 0px!important;
    width: 100%;
  }
}