#smjc-form-container {
  max-width: 750px;
  margin: 0 auto;
}

#form-response {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
#form-response p {
  padding: 0 0 1rem 0;
  margin: 0;
}
#form-response h1,
#form-response h2,
#form-response h3,
#form-response h4,
#form-response h5,
#form-response h6 {
  padding: 0 0 1rem 0;
  margin: 0;
}
#form-response h2 {
  color: var(--secondary-color);
}
#form-response ul {
  padding: 0 0 0 2rem;
  margin: 0;
}
#form-response ul li {
  padding: 0;
  margin: 0;
}
#form-response .cash-offer {
  font-size: calc(var(--font-size-xl) * 2);
  color: var(--primary-color);
  font-weight: bold;
}
#form-response .cash-offer-accept {
  text-align: left;
}
#form-response .cash-offer-accept h3 {
  color: var(--primary-color);
  font-size: var(--font-size-lg);
}
#form-response .cash-offer-accept ul {
  padding: 0 0 0 1.5rem;
  margin: 0;
}
#form-response .cash-offer-accept ul li {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-lg);
}
#form-response .highlight {
  color: var(--secondary-color);
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */