.commitment {
  padding: 90px 5%;
  background: var(--off-white);
  border-top: 3px solid var(--orange);
}
.commitment-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.commitment-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.85rem);
  font-weight: 600;
  color: var(--blue-deep);
  line-height: 1.22;
  margin-bottom: 1.375rem;
}
.commitment-body {
  font-size: 0.975rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 640px;
  margin: 0 auto 1rem;
}
.commitment-cta {
  margin-top: 1.5rem;
}
